#include <element.hh>
Public Types | |
typedef Real | type |
Public Member Functions | |
FvdgP0TetElem (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 std::unique_ptr< FvdgP0TetGraphics > | graphics_ |
Graphics object of the element. | |
static Real | eta_ [6][3] |
Tetrahedral element with constant shapefunction.
Definition at line 111 of file element.hh.
|
inherited |
Definition at line 81 of file element.hh.
linDG3D::FvdgP0TetElem::FvdgP0TetElem | ( | 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.
|
inlinevirtual |
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.
Definition at line 122 of file element.hh.
|
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 130 of file element.hh.
|
inlinevirtual |
Gradient of shape function. Returns the gradient of shape function fctIdx
fctIdx | number of the shape function |
Implements linDG3D::FvdgElement.
Definition at line 145 of file element.hh.
|
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 138 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 |
|
inlinevirtual |
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.
Definition at line 153 of file element.hh.
|
inlinevirtual |
Returns the value of the solution sol
at vertex vertexIdx
of this tetrahedron
sol | solution vector |
vertexIdx | number of vertex |
Implements linDG3D::FvdgElement.
Definition at line 162 of file element.hh.
|
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 172 of file element.hh.
|
protectedinherited |
Definition at line 102 of file element.hh.