|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "GmshUtil.hpp"
Include dependency graph for GmshUtil.cpp:Go to the source code of this file.
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
| #define | TWENTYEIGHT_ZEROS |
Variables | |
| const int | moab::hex_27_node_order [] |
| const int | moab::tet_10_node_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 9, 8 } |
| const int | moab::pri_15_node_order [] |
| const int | moab::pyr_13_node_order [] |
| const int | moab::MAX_NODES = 28 |
| const int | moab::mb_to_gmsh_type [][MAX_NODES] |
| #define TWENTYEIGHT_ZEROS |
{ \
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 \
}
Definition at line 81 of file GmshUtil.cpp.