Go to the source code of this file.
◆ cs_preprocessor_data_restart_mode_t
Mesh preprocessing operations in case of restart.
Enumerator |
---|
CS_PREPROCESSOR_DATA_RESTART_NONE | do not use restart mesh for computation, or restart mesh not present
|
CS_PREPROCESSOR_DATA_RESTART_AND_MODIFY | read restart mesh and enable further preprocessing
|
CS_PREPROCESSOR_DATA_RESTART_ONLY | use restart mesh as-is, with no additional preprocessing (default if restart is present)
|
◆ cs_preprocessor_check_perio()
int cs_preprocessor_check_perio |
( |
void | | ) |
|
◆ cs_preprocessor_data_add_file()
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] ) |
◆ cs_preprocessor_data_get_restart_mode()
Return restart behavior for preprocessing.
- Returns
- preprocessing mode in case of restart.
◆ cs_preprocessor_data_read_headers()
◆ cs_preprocessor_data_read_mesh()
◆ cs_preprocessor_data_set_restart_mode()
Define restart behavior in case of restart.
If no restart/mesh_input.csm (or restart/mesh_input) file is found, CS_PREPROCESSOR_DATA_RESTART_NONE will be used.
- Parameters
-
[in] | mode | chosen preprocessing mode on restart |