#include <element.hh>
Public Types | |
typedef F | type |
Public Member Functions | |
Element (concepts::Element< F > &elm, concepts::TColumn< F > *T) | |
virtual const concepts::TMatrix< F > & | T () const |
Returns the T matrix of the element. | |
const concepts::Element< F > & | compElement () const |
Returns the computational element. | |
virtual const concepts::Element< F > & | elm1 () const |
Returns reference to the first element. | |
virtual const concepts::Element< F > & | elm2 () const |
Returns reference to the second element. | |
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. | |
Element of the constraints space.
Definition at line 21 of file element.hh.
|
inherited |
Definition at line 54 of file element.hh.
constraints::Element< F >::Element | ( | concepts::Element< F > & | elm, |
concepts::TColumn< F > * | T | ||
) |
Constructor.
T | List of T columns which describe the assembling of the local into the global constraints matrix |
|
virtual |
Reimplemented from concepts::Element< F >.
|
inline |
Returns the computational element.
Definition at line 33 of file element.hh.
|
inlinevirtual |
Returns reference to the first element.
Implements concepts::ElementPair< F >.
Definition at line 35 of file element.hh.
|
inlinevirtual |
Returns reference to the second element.
Implements concepts::ElementPair< F >.
Definition at line 36 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.
|
inlinevirtual |
Returns the T matrix of the element.
Implements concepts::Element< F >.
Definition at line 30 of file element.hh.
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.