element3D.hh
virtual const concepts::ElementGraphics< Real > * graphics() const
static std::unique_ptr< TetrahedronGraphics > graphics_
Graphics object of the element.
Definition: element3D.hh:54
Tetrehedral element with linear shape functions in 2D.
Definition: element3D.hh:27
Tetrahedron(const concepts::Tetrahedron3d &cell, concepts::TColumn< Real > *T0, concepts::TColumn< Real > *T1=0)
Constructor.
Definition: element3D.hh:40
virtual const concepts::Tetrahedron & support() const
Returns the support of this element.
Definition: element3D.hh:44
virtual const concepts::Tetrahedron3d & cell() const
Returns the cell of this element.
Definition: element3D.hh:46
virtual std::ostream & info(std::ostream &os) const