Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
GmshUtil.cpp File Reference
#include "GmshUtil.hpp"
+ Include dependency graph for GmshUtil.cpp:

Go to the source code of this file.

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#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]
 

Macro Definition Documentation

◆ TWENTYEIGHT_ZEROS

#define TWENTYEIGHT_ZEROS
Value:
{ \
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.