MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::ExodusIINodeOrderings Namespace Reference

Variables

const int mfem_to_exodusII_node_ordering_tet10 []
 
const int mfem_to_exodusII_node_ordering_hex27 []
 
const int mfem_to_exodusII_node_ordering_wedge18 []
 
const int mfem_to_exodusII_node_ordering_pyramid14 []
 

Variable Documentation

◆ mfem_to_exodusII_node_ordering_hex27

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

Definition at line 67 of file exodus_writer.cpp.

◆ mfem_to_exodusII_node_ordering_pyramid14

const int mfem::ExodusIINodeOrderings::mfem_to_exodusII_node_ordering_pyramid14[]
Initial value:
=
{
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
}

Definition at line 79 of file exodus_writer.cpp.

◆ mfem_to_exodusII_node_ordering_tet10

const int mfem::ExodusIINodeOrderings::mfem_to_exodusII_node_ordering_tet10[]
Initial value:
=
{
1, 2, 3, 4, 5, 8, 6, 7, 9, 10
}

Convert from the MFEM (0-based) node ordering to the ExodusII 1-based node ordering.

Definition at line 62 of file exodus_writer.cpp.

◆ mfem_to_exodusII_node_ordering_wedge18

const int mfem::ExodusIINodeOrderings::mfem_to_exodusII_node_ordering_wedge18[]
Initial value:
=
{
1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 15, 10, 11, 12, 16, 17, 18
}

Definition at line 74 of file exodus_writer.cpp.