Home
last modified time | relevance | path

Searched refs:hecmw_io_material (Results 1 – 6 of 6) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_io_mesh.h78 extern struct hecmw_io_material *HECMW_io_get_mat(const char *name);
80 extern struct hecmw_io_material *HECMW_io_add_mat(
81 const char *name, struct hecmw_io_material *mat);
H A Dhecmw_io_struct.h101 struct hecmw_io_material { struct
115 struct hecmw_io_material *next; argument
H A Dhecmw_io_mesh.c41 static struct hecmw_io_material *_mat;
329 struct hecmw_io_material *p; in print_mat()
555 static int free_material(struct hecmw_io_material *mat) { in free_material()
557 struct hecmw_io_material *p, *q; in free_material()
1400 struct hecmw_io_material *p; in HECMW_io_get_mat()
1417 struct hecmw_io_material *HECMW_io_add_mat(const char *name, in HECMW_io_add_mat()
1419 static struct hecmw_io_material *prev_mat = NULL; in HECMW_io_add_mat()
1420 struct hecmw_io_material *p; in HECMW_io_add_mat()
2698 struct hecmw_io_material *p; in setup_mat()
3156 struct hecmw_io_material *mat; in post_elem_make_mat()
[all …]
H A Dhecmw_io_nastran.c295 static struct hecmw_io_material* create_mat_struct(const char* name, int item_n,
2125 static struct hecmw_io_material* create_mat_struct(const char* name, int item_n,
2136 struct hecmw_io_material* mat;
2208 struct hecmw_io_material* mat;
2265 struct hecmw_io_material* mat;
H A Dhecmw_io_abaqus.c209 struct hecmw_io_material *mat = NULL; in regist_material()
H A Dhecmw_io_hec.c2288 struct hecmw_io_material *mat; in read_material_data()