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

#include <Pyramid5.hpp>

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

Static Public Member Functions

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

Static Public Attributes

static constexpr ElemType elemType = Pyramid5
 
static constexpr int dim = 3
 
static constexpr int order = 1
 
static constexpr int numVertices = 5
 
static constexpr int numNodes = 5
 
static constexpr int numFaces = 5
 
static constexpr int numEdges = 8
 
static constexpr ParamSpace paramSpace = PyramidSpace
 
static constexpr t_real paramSpaceVol = 4.0 / 3.0
 
static constexpr std::array< t_real, 3 *5 > standardCoords
 
static constexpr std::array< std::array< t_index, 10 >, 5 > faceNodes
 
static constexpr std::array< std::array< t_index, 3 >, 8 > edgeNodes
 
static constexpr ElemType elevatedType = Pyramid14
 
static constexpr int numElevNodes = 9
 
static constexpr std::array< tElevSpan, 9 > elevSpans
 
static constexpr std::array< ElemType, 9 > elevNodeSpanTypes
 
static constexpr int vtkCellType = 14
 
static constexpr std::array< int, 5 > vtkNodeOrder = {0, 1, 2, 3, 4}
 

Detailed Description

Definition at line 170 of file Pyramid5.hpp.

Member Function Documentation

◆ GetEdgeType()

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

Definition at line 203 of file Pyramid5.hpp.

◆ GetFaceType()

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

Definition at line 190 of file Pyramid5.hpp.

Member Data Documentation

◆ dim

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

Definition at line 173 of file Pyramid5.hpp.

◆ edgeNodes

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

Definition at line 205 of file Pyramid5.hpp.

◆ elemType

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

Definition at line 172 of file Pyramid5.hpp.

◆ elevatedType

constexpr ElemType DNDS::Geom::Elem::ElementTraits< Pyramid5 >::elevatedType = Pyramid14
staticconstexpr

Definition at line 214 of file Pyramid5.hpp.

◆ elevNodeSpanTypes

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

Definition at line 227 of file Pyramid5.hpp.

◆ elevSpans

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

Definition at line 217 of file Pyramid5.hpp.

◆ faceNodes

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

Definition at line 197 of file Pyramid5.hpp.

◆ numEdges

constexpr int DNDS::Geom::Elem::ElementTraits< Pyramid5 >::numEdges = 8
staticconstexpr

Definition at line 178 of file Pyramid5.hpp.

◆ numElevNodes

constexpr int DNDS::Geom::Elem::ElementTraits< Pyramid5 >::numElevNodes = 9
staticconstexpr

Definition at line 215 of file Pyramid5.hpp.

◆ numFaces

constexpr int DNDS::Geom::Elem::ElementTraits< Pyramid5 >::numFaces = 5
staticconstexpr

Definition at line 177 of file Pyramid5.hpp.

◆ numNodes

constexpr int DNDS::Geom::Elem::ElementTraits< Pyramid5 >::numNodes = 5
staticconstexpr

Definition at line 176 of file Pyramid5.hpp.

◆ numVertices

constexpr int DNDS::Geom::Elem::ElementTraits< Pyramid5 >::numVertices = 5
staticconstexpr

Definition at line 175 of file Pyramid5.hpp.

◆ order

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

Definition at line 174 of file Pyramid5.hpp.

◆ paramSpace

constexpr ParamSpace DNDS::Geom::Elem::ElementTraits< Pyramid5 >::paramSpace = PyramidSpace
staticconstexpr

Definition at line 179 of file Pyramid5.hpp.

◆ paramSpaceVol

constexpr t_real DNDS::Geom::Elem::ElementTraits< Pyramid5 >::paramSpaceVol = 4.0 / 3.0
staticconstexpr

Definition at line 180 of file Pyramid5.hpp.

◆ standardCoords

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

Definition at line 183 of file Pyramid5.hpp.

◆ vtkCellType

constexpr int DNDS::Geom::Elem::ElementTraits< Pyramid5 >::vtkCellType = 14
staticconstexpr

Definition at line 230 of file Pyramid5.hpp.

◆ vtkNodeOrder

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

Definition at line 232 of file Pyramid5.hpp.


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