DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::Elem::ElementTraits< Tet4 > Struct Reference

#include <Tet4.hpp>

Collaboration diagram for DNDS::Geom::Elem::ElementTraits< Tet4 >:
[legend]

Static Public Member Functions

static constexpr ElemType GetFaceType (t_index)
 
static constexpr ElemType GetEdgeType (t_index)
 

Static Public Attributes

static constexpr ElemType elemType = Tet4
 
static constexpr int dim = 3
 
static constexpr int order = 1
 
static constexpr int numVertices = 4
 
static constexpr int numNodes = 4
 
static constexpr int numFaces = 4
 
static constexpr int numEdges = 6
 
static constexpr ParamSpace paramSpace = TetSpace
 
static constexpr t_real paramSpaceVol = 1.0 / 6.0
 
static constexpr std::array< t_real, 3 *4 > standardCoords
 
static constexpr std::array< std::array< t_index, 10 >, 4 > faceNodes
 
static constexpr std::array< std::array< t_index, 3 >, 6 > edgeNodes
 
static constexpr ElemType elevatedType = Tet10
 
static constexpr int numElevNodes = 6
 
static constexpr std::array< tElevSpan, 6 > elevSpans
 
static constexpr std::array< ElemType, 6 > elevNodeSpanTypes
 
static constexpr int vtkCellType = 10
 
static constexpr std::array< int, 4 > vtkNodeOrder = {0, 1, 2, 3}
 

Detailed Description

Definition at line 71 of file Tet4.hpp.

Member Function Documentation

◆ GetEdgeType()

static constexpr ElemType DNDS::Geom::Elem::ElementTraits< Tet4 >::GetEdgeType ( t_index  )
inlinestaticconstexpr

Definition at line 97 of file Tet4.hpp.

◆ GetFaceType()

static constexpr ElemType DNDS::Geom::Elem::ElementTraits< Tet4 >::GetFaceType ( t_index  )
inlinestaticconstexpr

Definition at line 90 of file Tet4.hpp.

Member Data Documentation

◆ dim

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::dim = 3
staticconstexpr

Definition at line 74 of file Tet4.hpp.

◆ edgeNodes

constexpr std::array<std::array<t_index, 3>, 6> DNDS::Geom::Elem::ElementTraits< Tet4 >::edgeNodes
staticconstexpr
Initial value:
= {{{0, 1},
{1, 2},
{2, 0},
{0, 3},
{1, 3},
{2, 3}}}

Definition at line 99 of file Tet4.hpp.

◆ elemType

constexpr ElemType DNDS::Geom::Elem::ElementTraits< Tet4 >::elemType = Tet4
staticconstexpr

Definition at line 73 of file Tet4.hpp.

◆ elevatedType

constexpr ElemType DNDS::Geom::Elem::ElementTraits< Tet4 >::elevatedType = Tet10
staticconstexpr

Definition at line 106 of file Tet4.hpp.

◆ elevNodeSpanTypes

constexpr std::array<ElemType, 6> DNDS::Geom::Elem::ElementTraits< Tet4 >::elevNodeSpanTypes
staticconstexpr
Initial value:

Definition at line 116 of file Tet4.hpp.

◆ elevSpans

constexpr std::array<tElevSpan, 6> DNDS::Geom::Elem::ElementTraits< Tet4 >::elevSpans
staticconstexpr
Initial value:
= {{{0, 1},
{1, 2},
{2, 0},
{0, 3},
{1, 3},
{2, 3}}}

Definition at line 109 of file Tet4.hpp.

◆ faceNodes

constexpr std::array<std::array<t_index, 10>, 4> DNDS::Geom::Elem::ElementTraits< Tet4 >::faceNodes
staticconstexpr
Initial value:
= {{{0, 2, 1},
{0, 1, 3},
{1, 2, 3},
{2, 0, 3}}}

Definition at line 92 of file Tet4.hpp.

◆ numEdges

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::numEdges = 6
staticconstexpr

Definition at line 79 of file Tet4.hpp.

◆ numElevNodes

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::numElevNodes = 6
staticconstexpr

Definition at line 107 of file Tet4.hpp.

◆ numFaces

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::numFaces = 4
staticconstexpr

Definition at line 78 of file Tet4.hpp.

◆ numNodes

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::numNodes = 4
staticconstexpr

Definition at line 77 of file Tet4.hpp.

◆ numVertices

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::numVertices = 4
staticconstexpr

Definition at line 76 of file Tet4.hpp.

◆ order

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::order = 1
staticconstexpr

Definition at line 75 of file Tet4.hpp.

◆ paramSpace

constexpr ParamSpace DNDS::Geom::Elem::ElementTraits< Tet4 >::paramSpace = TetSpace
staticconstexpr

Definition at line 80 of file Tet4.hpp.

◆ paramSpaceVol

constexpr t_real DNDS::Geom::Elem::ElementTraits< Tet4 >::paramSpaceVol = 1.0 / 6.0
staticconstexpr

Definition at line 81 of file Tet4.hpp.

◆ standardCoords

constexpr std::array<t_real, 3 * 4> DNDS::Geom::Elem::ElementTraits< Tet4 >::standardCoords
staticconstexpr
Initial value:
= {
0, 0, 0,
1, 0, 0,
0, 1, 0,
0, 0, 1}

Definition at line 84 of file Tet4.hpp.

◆ vtkCellType

constexpr int DNDS::Geom::Elem::ElementTraits< Tet4 >::vtkCellType = 10
staticconstexpr

Definition at line 119 of file Tet4.hpp.

◆ vtkNodeOrder

constexpr std::array<int, 4> DNDS::Geom::Elem::ElementTraits< Tet4 >::vtkNodeOrder = {0, 1, 2, 3}
staticconstexpr

Definition at line 121 of file Tet4.hpp.


The documentation for this struct was generated from the following file: