94 "TRI6",
"TRI7",
"QUAD",
"QUAD4",
"QUAD5",
"QUAD8",
95 "QUAD9",
"SHELL",
"SHELL4",
"SHELL5",
"SHELL8",
"SHELL9",
96 "TETRA",
"TETRA4",
"TET4",
"TETRA8",
"TETRA10",
"TETRA14",
97 "PYRAMID",
"PYRAMID5",
"PYRAMID10",
"PYRAMID13",
"PYRAMID18",
"WEDGE",
98 "KNIFE",
"HEX",
"HEX8",
"HEX9",
"HEX20",
"HEX27",
229 const Tag mid_nodes_tag,
230 const Tag geom_dimension_tag,
231 const EntityType indiv_entity_type )
252 if( indiv_entity_type ==
MBQUAD || indiv_entity_type ==
MBTRI )
254 else if( indiv_entity_type ==
MBEDGE )
268 mdbImpl->
tag_get_data( geom_dimension_tag, &entity, 1, &dimension );
289 std::vector< EntityHandle > tmp( 31 );
301 const EntityType entity_type,
302 const int dimension )