1 #ifndef __CS_RESTART_MAP_H__ 2 #define __CS_RESTART_MAP_H__ 88 float tolerance_fraction);
void cs_restart_map_free(void)
Free restart file mapping to different mesh.
Definition: cs_restart_map.c:584
void cs_restart_map_build(void)
Build mapping of restart files to different mesh if defined.
Definition: cs_restart_map.c:430
void cs_restart_map_set_mesh_input(const char *mesh_path)
Indicate restart files should be mapped to a given mesh input.
Definition: cs_restart_map.c:359
#define BEGIN_C_DECLS
Definition: cs_defs.h:512
void cs_restart_map_set_locations(bool map_cell_centers, bool map_vertices)
Indicate whether location for restart file mapping is needed at cells or vertices.
Definition: cs_restart_map.c:412
void cs_restart_map_set_options(float tolerance_base, float tolerance_fraction)
Set options relative to restart file mapping to a given mesh input.
Definition: cs_restart_map.c:380
#define END_C_DECLS
Definition: cs_defs.h:513