#include <element.hh>
Public Types | |
| typedef Real | type |
Public Member Functions | |
| FvdgP1TetElem (const concepts::Tetrahedron3d &cell, uint idx[]) | |
| Real | shapeFct (const uint fctIdx, const concepts::Real3d xi) const |
| Real | shapeFctEdgeCenter (const uint fctIdx, const uint edgeIdx) const |
| Real | shapeFctVertex (const uint fctIdx, const uint vtxIdx) const |
| concepts::Real3d | shapeFctGradient (const uint fctIdx) const |
| Real | solutionEdgeCenter (const concepts::Vector< Real > &sol, const uint edgeIdx) const |
| Real | solutionVertex (const concepts::Vector< Real > &sol, const uint vertexIdx) const |
| const concepts::ElementGraphics< Real > * | graphics () const |
| Returns the graphics object for the element. | |
| const concepts::Tetrahedron & | support () const |
| Returns the topological support of this element. | |
| const concepts::TMatrixBase< Real > & | T () const |
| Returns the T matrix of this element. | |
| const concepts::Real3d | vertex (const uint i) const |
Returns the vertex with local index i in this element. | |
| virtual const concepts::Tetrahedron3d & | cell () const |
| Returns the geometrical cell of this element. | |
| Real | solution (const concepts::Vector< Real > &sol, const concepts::Real3d xi) const |
| concepts::Real3d | edgeCenter (uint edgeIdx) const |
| Real3d | elemMap (const Real coord_local) const |
| Real3d | elemMap (const Real2d &coord_local) const |
| Real3d | elemMap (const Real3d &coord_local) const |
| uint & | tag () |
| Returns the tag. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns cell and T matrix of this element. | |
Protected Attributes | |
| std::unique_ptr< concepts::TMatrixBase< Real > > | T_ |
| const concepts::Tetrahedron3d & | cell_ |
Static Protected Attributes | |
| static Real | shapeFctEdgeCenter_ [6][4] |
| Values of shape functions at edge centers. | |
| static Real | shapeFctGradient_ [3][4] |
| Values of shape function gradients. | |
| static uint | nonVanishingNbr_ [6] |
| Number of non vanishing shape function at edge centers. | |
| static Real | nonVanishingSign_ [6] |
| Value of non vanishing shape function at edge centers. | |
| static Real | shapeFctVertex_ [4][4] |
| Values of shape functions at vertices. | |
| static std::unique_ptr< FvdgP1TetGraphics > | graphics_ |
| Graphics object of the element. | |
| static Real | eta_ [6][3] |
Tetrahedral element with linear shapefunctions.
Definition at line 179 of file element.hh.
|
inherited |
Definition at line 81 of file element.hh.
| linDG3D::FvdgP1TetElem::FvdgP1TetElem | ( | const concepts::Tetrahedron3d & | cell, |
| uint | idx[] | ||
| ) |
Constructor. Creates a T matrix of type TIndex from idx.
| cell | The Cell the element lives on |
| idx | Describes the map local / global dof |
|
inlinevirtualinherited |
Returns the geometrical cell of this element.
Implements concepts::ElementWithCell< Real >.
Definition at line 44 of file element.hh.
|
inherited |
Returns the real world coordinates of the center of the edge with index edgeIdx
| edgeIdx | Edge index |
|
inlineinherited |
Definition at line 86 of file element.hh.
|
inlineinherited |
Definition at line 90 of file element.hh.
|
inlineinherited |
Definition at line 94 of file element.hh.
|
virtual |
Returns the graphics object for the element.
Implements linDG3D::FvdgElement.
|
protectedvirtual |
Returns cell and T matrix of this element.
Reimplemented from linDG3D::FvdgElement.
|
virtual |
Shape function. Returns the value of a shape function
| fctIdx | number of the shape function |
| xi | reference coordinate to evaluate the shape function at |
Implements linDG3D::FvdgElement.
|
inlinevirtual |
Shapefunction at edge center. Returns the value of shape function fctIdx at center of edge edgeIdx of this tetrahedron
| fctIdx | number of the shape function |
| edgeIdx | number of edge |
Implements linDG3D::FvdgElement.
Definition at line 196 of file element.hh.
|
virtual |
Gradient of shape function. Returns the gradient of shape function fctIdx
| fctIdx | number of the shape function |
Implements linDG3D::FvdgElement.
|
inlinevirtual |
Shapefunction at vertex. Returns the value of shape function fctIdx at vertex vtxIdx of this tetrahedron
| fctIdx | number of the shape function |
| vtxIdx | number of vertex |
Implements linDG3D::FvdgElement.
Definition at line 206 of file element.hh.
|
inherited |
Returns the value of the solution sol at the reference element coordinate xi
| sol | solution vector |
| xi | reference element coordinate to get solution at |
|
virtual |
Returns the value of the solution sol at the center of edge edgeIdx of this tetrahedron
| sol | solution vector |
| edgeIdx | number of edge |
Implements linDG3D::FvdgElement.
|
virtual |
Returns the value of the solution sol at vertex vertexIdx of this tetrahedron
| sol | solution vector |
| vertexIdx | number of vertex |
Implements linDG3D::FvdgElement.
|
inlineinherited |
Returns the topological support of this element.
Definition at line 36 of file element.hh.
|
inlinevirtualinherited |
Returns the T matrix of this element.
Implements concepts::ElementWithCell< Real >.
Definition at line 38 of file element.hh.
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.
|
inlineinherited |
Returns the vertex with local index i in this element.
Definition at line 40 of file element.hh.
|
protectedinherited |
Definition at line 103 of file element.hh.
|
staticprotectedinherited |
Definition at line 104 of file element.hh.
|
staticprotected |
Graphics object of the element.
Definition at line 246 of file element.hh.
|
staticprotected |
Number of non vanishing shape function at edge centers.
Definition at line 240 of file element.hh.
|
staticprotected |
Value of non vanishing shape function at edge centers.
Definition at line 242 of file element.hh.
|
staticprotected |
Values of shape functions at edge centers.
Definition at line 236 of file element.hh.
|
staticprotected |
Values of shape function gradients.
Definition at line 238 of file element.hh.
|
staticprotected |
Values of shape functions at vertices.
Definition at line 244 of file element.hh.
|
protectedinherited |
Definition at line 102 of file element.hh.