#include <element.hh>
Public Types | |
typedef F | type |
Public Member Functions | |
Dirac3d000 (const concepts::Triangle3d &cell, uint idx[], uint vtx[], uint n) | |
const concepts::TMatrixBase< F > & | T () const |
Returns T matrix of the element. | |
const concepts::Vertex & | support (uint i) const |
const concepts::Real3d & | vertex (uint i) const |
virtual const concepts::Triangle3d & | cell () const |
Returns the cell on which the element is built. | |
Real3d | elemMap (const Real coord_local) const |
Real3d | elemMap (const Real2d &coord_local) const |
Real3d | elemMap (const Real3d &coord_local) const |
virtual const ElementGraphics< F > * | graphics () const |
uint & | tag () |
Returns the tag. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Dirac element on triangles (used for collocation method). The vertices are computed only once in the contructor.
F | Field of the element (valid Real or Cmplx). |
Definition at line 29 of file element.hh.
|
inherited |
Definition at line 81 of file element.hh.
bem::Dirac3d000< F >::Dirac3d000 | ( | const concepts::Triangle3d & | cell, |
uint | idx[], | ||
uint | vtx[], | ||
uint | n | ||
) |
Constructor.
cell | Cell of the Dirac's. |
idx | Map from the local to the global DoF. |
vtx | Local vertex numbers which are the support of a Dirac. |
n | Number of Dirac's on this triangle (local DoF's). |
|
inlinevirtual |
Returns the cell on which the element is built.
Implements concepts::ElementWithCell< F >.
Definition at line 51 of file element.hh.
|
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.
|
inlinevirtualinherited |
Reimplemented in hp1D::BaseElement< F >, hp1D::BaseElement< Real >, hp2D::Quad< F >, hp2D::Quad< H >, hp2D::Quad< Real >, hp2Dedge::Quad< F >, linDG2D::Triangle, linDG3D::FvdgP0TetElem, linDG3D::FvdgP1TetElem, hp2D::BaseQuad< F >, linDG3D::FvdgElement, hp2D::BaseQuad< H >, and hp2D::BaseQuad< Real >.
Definition at line 63 of file element.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
|
inlinevirtual |
Returns T matrix of the element.
Implements concepts::ElementWithCell< F >.
Definition at line 42 of file element.hh.
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.
|
inline |