Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
patran_order.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const int patran_tet8_order [] = { 0, 1, 2, 3, 7, 5, 6, 4 }
 
static const int patran_tet9_order [] = { 0, 1, 2, 3, 8, 7, 5, 6, 4 }
 
static const int patran_tet14_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 11, 12, 10 }
 
static const int patran_tet15_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 13, 11, 12, 10 }
 
static const int patran_hex14_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 11, 9, 8, 10 }
 
static const int patran_hex15_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 14, 12, 13, 11, 9, 8, 10 }
 
static const int patran_hex26_order []
 
static const int patran_hex27_order []
 
static const int patran_pri11_order [] = { 0, 1, 2, 3, 4, 5, 9, 10, 7, 8, 6 }
 
static const int patran_pri12_order [] = { 0, 1, 2, 3, 4, 5, 11, 9, 10, 7, 8, 6 }
 
static const int patran_pri20_order [] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 16, 17, 15 }
 
static const int patran_pri21_order []
 
static const int *const patran_null_order []
 
static const int *const patran_tet_order []
 
static const int *const patran_hex_order []
 
static const int *const patran_pri_order []
 
static const int *const *const patran_elem_order_map []
 

Variable Documentation

◆ patran_elem_order_map

◆ patran_hex14_order

const int patran_hex14_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 11, 9, 8, 10 }
static

Definition at line 18 of file patran_order.h.

◆ patran_hex15_order

const int patran_hex15_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 14, 12, 13, 11, 9, 8, 10 }
static

Definition at line 19 of file patran_order.h.

◆ patran_hex26_order

const int patran_hex26_order[]
static
Initial value:
= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
13, 14, 15, 16, 17, 18, 19, 24, 25, 23, 21, 20, 22 }

Definition at line 20 of file patran_order.h.

◆ patran_hex27_order

const int patran_hex27_order[]
static
Initial value:
= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 26, 24, 25, 23, 21, 20, 22 }

Definition at line 22 of file patran_order.h.

◆ patran_hex_order

const int* const patran_hex_order[]
static

Definition at line 95 of file patran_order.h.

◆ patran_null_order

const int* const patran_null_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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }

Definition at line 35 of file patran_order.h.

◆ patran_pri11_order

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

Definition at line 25 of file patran_order.h.

◆ patran_pri12_order

const int patran_pri12_order[] = { 0, 1, 2, 3, 4, 5, 11, 9, 10, 7, 8, 6 }
static

Definition at line 26 of file patran_order.h.

◆ patran_pri20_order

const int patran_pri20_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 16, 17, 15 }
static

Definition at line 27 of file patran_order.h.

◆ patran_pri21_order

const int patran_pri21_order[]
static
Initial value:
= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 13, 14, 20, 18, 19, 16, 17, 15 }

Definition at line 28 of file patran_order.h.

◆ patran_pri_order

const int* const patran_pri_order[]
static

Definition at line 160 of file patran_order.h.

◆ patran_tet14_order

const int patran_tet14_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 11, 12, 10 }
static

Definition at line 15 of file patran_order.h.

◆ patran_tet15_order

const int patran_tet15_order[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 13, 11, 12, 10 }
static

Definition at line 16 of file patran_order.h.

◆ patran_tet8_order

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

Definition at line 13 of file patran_order.h.

◆ patran_tet9_order

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

Definition at line 14 of file patran_order.h.

◆ patran_tet_order

const int* const patran_tet_order[]
static

Definition at line 38 of file patran_order.h.