Home
last modified time | relevance | path

Searched refs:mhdf_TRI_TYPE_NAME (Results 1 – 3 of 3) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A Dmhdf_public.h36 #define mhdf_TRI_TYPE_NAME "Tri" macro
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/mhdf/example/
H A Dvalidate.c325 …const char* const types2D[] = { mhdf_TRI_TYPE_NAME, mhdf_QUAD_TYPE_NAME, mhdf_POLYGON_TYPE_NAME, 0… in get_dim_ranges()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DiMOAB.cpp414 if ( 0 == strcmp ( el_desc->type, mhdf_TRI_TYPE_NAME ) ) { faces += ent_d->count; } in iMOAB_ReadHeaderInfo()