15  class ElementGraphics;
 
   20  class TetrahedronGraphics;
 
   49    virtual std::ostream& 
info(std::ostream& os) 
const;
 
   54    static std::unique_ptr<TetrahedronGraphics> graphics_;
 
 
Tetrahedron & connector() const
Returns the connector.
Tetrahedron(const concepts::Tetrahedron3d &cell, uint idx[])
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
virtual const concepts::Tetrahedron & support() const
Returns the support of this element.
virtual const concepts::Tetrahedron3d & cell() const
Returns the cell of this element.
Tetrahedron(const concepts::Tetrahedron3d &cell, concepts::TColumn< Real > *T0, concepts::TColumn< Real > *T1=0)