1#ifndef CS_PRE_PROCESSOR_DATA_H
2#define CS_PRE_PROCESSOR_DATA_H
87 size_t n_group_renames,
88 const char **group_rename,
89 const double transf_matrix[3][4]);
140 bool ignore_cartesian);
162 bool ignore_cartesian);
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
#define END_C_DECLS
Definition: cs_defs.h:529
cs_preprocessor_data_restart_mode_t
Definition: cs_preprocessor_data.h:53
@ CS_PREPROCESSOR_DATA_RESTART_NONE
Definition: cs_preprocessor_data.h:57
@ CS_PREPROCESSOR_DATA_RESTART_ONLY
Definition: cs_preprocessor_data.h:59
@ CS_PREPROCESSOR_DATA_RESTART_AUTO
Definition: cs_preprocessor_data.h:55
void cs_preprocessor_data_add_file(const char *file_name, size_t n_group_renames, const char **group_rename, const double transf_matrix[3][4])
Definition: cs_preprocessor_data.cpp:2213
void cs_preprocessor_data_read_headers(cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, bool ignore_cartesian)
Definition: cs_preprocessor_data.cpp:2364
cs_preprocessor_data_restart_mode_t cs_preprocessor_data_get_restart_mode(void)
Return restart behavior for preprocessing.
Definition: cs_preprocessor_data.cpp:2166
void cs_preprocessor_data_read_mesh(cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, bool ignore_cartesian)
Definition: cs_preprocessor_data.cpp:2436
int cs_preprocessor_check_perio(void)
Definition: cs_preprocessor_data.cpp:2323
void cs_preprocessor_data_set_restart_mode(cs_preprocessor_data_restart_mode_t mode)
Define restart behavior in case of restart.
Definition: cs_preprocessor_data.cpp:2186
Definition: cs_mesh_builder.h:57