Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
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

◆ exodus_elem_order_map

◆ exodus_hex_order

const int* const* exodus_hex_order = patran_hex_order
static

Definition at line 47 of file exodus_order.h.

◆ exodus_tet14_order

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.

◆ exodus_tet15_order

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.

◆ exodus_tet8_order

const int exodus_tet8_order[] = { 0, 1, 2, 3, 4, 5, 7, 6 }
static

Definition at line 13 of file exodus_order.h.

◆ exodus_tet9_order

const int exodus_tet9_order[] = { 0, 1, 2, 3, 8, 4, 5, 7, 6 }
static

Definition at line 14 of file exodus_order.h.

◆ exodus_tet_order

const int* exodus_tet_order[]
static
Initial 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 }

Definition at line 18 of file exodus_order.h.