element.hh
virtual std::ostream & info(std::ostream &os) const
virtual const concepts::Connector2 & support() const =0
Returns the topological support of the element.
virtual const concepts::TMatrix< F > & T() const
Returns the T matrix of the element.
Definition: element.hh:40
hp2D::Element< F > & operator++(int)=0
Returns the next element in the scanned set.
virtual const concepts::Cell2 & cell() const =0
Returns the cell on which the element is built.
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
Definition: scannerConnectors.hh:29
void appendT(concepts::TColumn< F > *T)
Appends the T columns to the T matrix.
Definition: element.hh:43
virtual concepts::Real3d vertex(uint i) const =0
Returns the coordinates of the ith vertex of this element.