1#ifndef __FVM_TO_ENSIGHT_CASE_H__
2#define __FVM_TO_ENSIGHT_CASE_H__
85 const char *
const dir_prefix,
129 const double time_value);
163 const char *
const part_name);
178 const char *
const part_name);
206 const char *
const name,
210 const double time_value);
#define BEGIN_C_DECLS
Definition cs_defs.h:542
#define END_C_DECLS
Definition cs_defs.h:543
int fvm_to_ensight_case_set_geom_time(fvm_to_ensight_case_t *const this_case, const int time_step, const double time_value)
Definition fvm_to_ensight_case.cpp:724
int fvm_to_ensight_case_get_part_num(fvm_to_ensight_case_t *const this_case, const char *const part_name)
Definition fvm_to_ensight_case.cpp:839
void fvm_to_ensight_case_write_case(fvm_to_ensight_case_t *this_case, int rank)
Definition fvm_to_ensight_case.cpp:1024
struct _fvm_to_ensight_case_t fvm_to_ensight_case_t
Definition fvm_to_ensight_case.h:54
fvm_to_ensight_case_t * fvm_to_ensight_case_destroy(fvm_to_ensight_case_t *this_case)
Definition fvm_to_ensight_case.cpp:660
fvm_to_ensight_case_file_info_t fvm_to_ensight_case_get_geom_file(fvm_to_ensight_case_t *const this_case)
Definition fvm_to_ensight_case.cpp:769
int fvm_to_ensight_case_add_part(fvm_to_ensight_case_t *const this_case, const char *const part_name)
Definition fvm_to_ensight_case.cpp:795
fvm_to_ensight_case_file_info_t fvm_to_ensight_case_get_var_file(fvm_to_ensight_case_t *const this_case, const char *const name, const int dimension, const fvm_writer_var_loc_t location, const int time_step, const double time_value)
Definition fvm_to_ensight_case.cpp:884
fvm_to_ensight_case_t * fvm_to_ensight_case_create(const char *const name, const char *const dir_prefix, const fvm_writer_time_dep_t time_dependency)
Definition fvm_to_ensight_case.cpp:567
fvm_writer_time_dep_t fvm_to_ensight_case_get_time_dep(fvm_to_ensight_case_t *this_case)
Definition fvm_to_ensight_case.cpp:706
fvm_writer_time_dep_t
Definition fvm_writer.h:57
fvm_writer_var_loc_t
Definition fvm_writer.h:69
Definition fvm_to_ensight_case.h:58
const char * name
Definition fvm_to_ensight_case.h:60
bool queried
Definition fvm_to_ensight_case.h:61