MOAB: Mesh Oriented datABase  (version 5.4.1)
exodus_order.h File Reference
#include "patran_order.h"
+ Include dependency graph for exodus_order.h:
+ This graph shows which files directly or indirectly include this file:

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

Variable Documentation

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]
Initial value:
 { 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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines