1#ifndef CS_RESTART_MAP_H
2#define CS_RESTART_MAP_H
100 float tolerance_base,
101 float tolerance_fraction);
void cs_restart_map_free(void)
Free restart file mapping to different mesh.
Definition: cs_restart_map.cpp:722
void cs_restart_map_build(void)
Build mapping of restart files to different mesh if defined.
Definition: cs_restart_map.cpp:557
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.cpp:539
const char * cs_restart_map_get_mesh_input(void)
Return path of mesh if a restart mapping of restart files to a different mesh has been defined,...
Definition: cs_restart_map.cpp:483
void cs_restart_map_set_options(bool apply_mesh_deformation, float tolerance_base, float tolerance_fraction)
Set options relative to restart file mapping to a given mesh input.
Definition: cs_restart_map.cpp:504
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.cpp:464