|
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) |
|
fvm_to_ensight_case_t * | fvm_to_ensight_case_destroy (fvm_to_ensight_case_t *this_case) |
|
fvm_writer_time_dep_t | fvm_to_ensight_case_get_time_dep (fvm_to_ensight_case_t *this_case) |
|
int | fvm_to_ensight_case_set_geom_time (fvm_to_ensight_case_t *const this_case, const int time_step, const double time_value) |
|
fvm_to_ensight_case_file_info_t | fvm_to_ensight_case_get_geom_file (fvm_to_ensight_case_t *const this_case) |
|
int | fvm_to_ensight_case_add_part (fvm_to_ensight_case_t *const this_case, const char *const part_name) |
|
int | fvm_to_ensight_case_get_part_num (fvm_to_ensight_case_t *const this_case, const char *const part_name) |
|
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) |
|
void | fvm_to_ensight_case_write_case (fvm_to_ensight_case_t *this_case, int rank) |
|