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

Variables

const int mfem_to_exodusII_side_map_tet4 []
 Convert from the MFEM face numbering to the ExodusII face numbering.
 
const int mfem_to_exodusII_side_map_hex8 []
 
const int mfem_to_exodusII_side_map_wedge6 []
 
const int mfem_to_exodusII_side_map_pyramid5 []
 

Variable Documentation

◆ mfem_to_exodusII_side_map_hex8

const int mfem::ExodusIISideMaps::mfem_to_exodusII_side_map_hex8[]
Initial value:
=
{
5, 1, 2, 3, 4, 6
}

Definition at line 42 of file exodus_writer.cpp.

◆ mfem_to_exodusII_side_map_pyramid5

const int mfem::ExodusIISideMaps::mfem_to_exodusII_side_map_pyramid5[]
Initial value:
=
{
5, 1, 2, 3, 4
}

Definition at line 52 of file exodus_writer.cpp.

◆ mfem_to_exodusII_side_map_tet4

const int mfem::ExodusIISideMaps::mfem_to_exodusII_side_map_tet4[]
Initial value:
=
{
2, 3, 1, 4
}

Convert from the MFEM face numbering to the ExodusII face numbering.

Definition at line 37 of file exodus_writer.cpp.

◆ mfem_to_exodusII_side_map_wedge6

const int mfem::ExodusIISideMaps::mfem_to_exodusII_side_map_wedge6[]
Initial value:
=
{
4, 5, 1, 2, 3
}

Definition at line 47 of file exodus_writer.cpp.