My Project
programmer's documentation
Functions
cs_restart_map.h File Reference
#include "cs_defs.h"
#include "cs_restart.h"
Include dependency graph for cs_restart_map.h:

Go to the source code of this file.

Functions

void cs_restart_map_set_mesh_input (const char *mesh_path)
 Indicate restart files should be mapped to a given mesh input. More...
 
void cs_restart_map_set_options (float tolerance_base, float tolerance_fraction)
 Set options relative to restart file mapping to a given mesh input. More...
 
void cs_restart_map_build (void)
 Build mapping of restart files to different mesh if defined. More...
 
void cs_restart_map_free (void)
 Free restart file mapping to different mesh. More...
 

Function Documentation

◆ cs_restart_map_build()

void cs_restart_map_build ( void  )

Build mapping of restart files to different mesh if defined.

◆ cs_restart_map_free()

void cs_restart_map_free ( void  )

Free restart file mapping to different mesh.

Revert restart reading to default behavior.

◆ cs_restart_map_set_mesh_input()

void cs_restart_map_set_mesh_input ( const char *  mesh_path)

Indicate restart files should be mapped to a given mesh input.

Parameters
[in]mesh_pathpath to mesh input

◆ cs_restart_map_set_options()

void cs_restart_map_set_options ( float  tolerance_base,
float  tolerance_fraction 
)

Set options relative to restart file mapping to a given mesh input.

Parameters
[in]tolerance_baseassociated base tolerance (used for bounding box check only, not for location test)
[in]tolerance_fractionassociated fraction of element bounding boxes added to tolerance