#include "base/cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "fvm/fvm_periodicity.h"
#include "base/cs_base.h"
#include "base/cs_block_dist.h"
#include "base/cs_file.h"
#include "base/cs_interface.h"
#include "base/cs_mem.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_cartesian.h"
#include "mesh/cs_mesh_from_builder.h"
#include "mesh/cs_mesh_group.h"
#include "base/cs_parall.h"
#include "mesh/cs_partition.h"
#include "base/cs_io.h"
#include "base/cs_preprocessor_data.h"
Functions | |
int | cs_f_preprocessor_data_check_perio (void) |
cs_preprocessor_data_restart_mode_t | cs_preprocessor_data_get_restart_mode (void) |
Return restart behavior for preprocessing. | |
void | cs_preprocessor_data_set_restart_mode (cs_preprocessor_data_restart_mode_t mode) |
Define restart behavior in case of restart. | |
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]) |
int | cs_preprocessor_check_perio (void) |
void | cs_preprocessor_data_read_headers (cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, bool ignore_cartesian) |
void | cs_preprocessor_data_read_mesh (cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder, bool ignore_cartesian) |
int cs_f_preprocessor_data_check_perio | ( | void | ) |
int cs_preprocessor_check_perio | ( | void | ) |
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_restart_mode_t cs_preprocessor_data_get_restart_mode | ( | void | ) |
Return restart behavior for preprocessing.
void cs_preprocessor_data_read_headers | ( | cs_mesh_t * | mesh, |
cs_mesh_builder_t * | mesh_builder, | ||
bool | ignore_cartesian ) |
void cs_preprocessor_data_read_mesh | ( | cs_mesh_t * | mesh, |
cs_mesh_builder_t * | mesh_builder, | ||
bool | ignore_cartesian ) |
void cs_preprocessor_data_set_restart_mode | ( | cs_preprocessor_data_restart_mode_t | 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.
[in] | mode | chosen preprocessing mode on restart |