MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "patran_order.h"
Go to the source code of this file.
Variables | |
static const int | exodus_tet8_order [] = { 0, 1, 2, 3, 4, 5, 7, 6 } |
static const int | exodus_tet9_order [] = { 0, 1, 2, 3, 8, 4, 5, 7, 6 } |
static const int | exodus_tet14_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 12 } |
static const int | exodus_tet15_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 10, 11, 13, 12 } |
static const int * | exodus_tet_order [] |
static const int *const * | exodus_hex_order = patran_hex_order |
static const int *const *const | exodus_elem_order_map [] |
const int* const* const exodus_elem_order_map[] [static] |
{ patran_null_order, patran_null_order, patran_null_order, patran_null_order, patran_null_order, exodus_tet_order, patran_null_order, patran_pri_order, patran_null_order, exodus_hex_order, patran_null_order, patran_null_order }
Definition at line 49 of file exodus_order.h.
Referenced by moab::ReadNCDF::read_elements(), and moab::WriteNCDF::write_elementblocks().
const int* const* exodus_hex_order = patran_hex_order [static] |
Definition at line 47 of file exodus_order.h.
const int exodus_tet14_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 12 } [static] |
Definition at line 15 of file exodus_order.h.
const int exodus_tet15_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 10, 11, 13, 12 } [static] |
Definition at line 16 of file exodus_order.h.
const int exodus_tet8_order[] = { 0, 1, 2, 3, 4, 5, 7, 6 } [static] |
Definition at line 13 of file exodus_order.h.
const int exodus_tet9_order[] = { 0, 1, 2, 3, 8, 4, 5, 7, 6 } [static] |
Definition at line 14 of file exodus_order.h.
const int* exodus_tet_order[] [static] |
{ 0, 0, 0, 0, 0, 0, 0, 0, exodus_tet8_order, exodus_tet9_order, 0, 0, 0, 0, exodus_tet14_order, exodus_tet15_order, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
Definition at line 18 of file exodus_order.h.