54 virtual std::ostream&
info(std::ostream& os)
const;
hp2D::Element< F > & operator++(int)=0
Returns the next element in the scanned set.
virtual const concepts::Connector2 & support() const =0
void appendT(concepts::TColumn< F > *T)
Appends the T columns to the T matrix.
Element(concepts::TColumn< F > *T)
virtual const concepts::Cell2 & cell() const =0
Returns the cell on which the element is built.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
virtual const concepts::TMatrix< F > & T() const
Returns the T matrix of the element.
virtual concepts::Real3d vertex(uint i) const =0
concepts::TMatrix< F > T_
T matrix of the element.