Home
last modified time | relevance | path

Searched refs:HECMW_io_pre_process (Results 1 – 7 of 7) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_io_mesh.h97 extern int HECMW_io_pre_process(void);
H A Dhecmw_io_get_mesh.c27 if (HECMW_io_pre_process()) return NULL; in get_entire_mesh()
H A Dhecmw_io_geofem.c715 if (HECMW_io_pre_process()) return NULL; in HECMW_get_geofem_mesh()
H A Dhecmw_io_nastran.c3612 if (HECMW_io_pre_process()) return NULL;
H A Dhecmw_io_abaqus.c4333 if (HECMW_io_pre_process()) return NULL; in HECMW_get_abaqus_mesh()
H A Dhecmw_io_hec.c4476 if (HECMW_io_pre_process()) return NULL; in HECMW_get_entire_mesh()
H A Dhecmw_io_mesh.c4011 int HECMW_io_pre_process(void) { return 0; } in HECMW_io_pre_process() function