1 #ifndef __FVM_TO_ENSIGHT_CASE_H__
2 #define __FVM_TO_ENSIGHT_CASE_H__
88 const char *
const dir_prefix,
132 const double time_value);
166 const char *
const part_name);
181 const char *
const part_name);
209 const char *
const name,
213 const double time_value);
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.c:568
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.c:879
fvm_writer_var_loc_t
Definition: fvm_writer.h:70
fvm_to_ensight_case_t * fvm_to_ensight_case_destroy(fvm_to_ensight_case_t *this_case)
Definition: fvm_to_ensight_case.c:661
Definition: fvm_to_ensight_case.c:109
fvm_writer_time_dep_t
Definition: fvm_writer.h:58
Definition: fvm_to_ensight_case.h:61
fvm_writer_time_dep_t fvm_to_ensight_case_get_time_dep(fvm_to_ensight_case_t *this_case)
Definition: fvm_to_ensight_case.c:707
_Bool queried
Definition: fvm_to_ensight_case.h:64
void fvm_to_ensight_case_write_case(fvm_to_ensight_case_t *this_case, int rank)
Definition: fvm_to_ensight_case.c:989
const char * name
Definition: fvm_to_ensight_case.h:63
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.c:770
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.c:796
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.c:834
#define _Bool
Definition: cs_defs.h:154
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.c:725