element.hh
virtual bool operator<(const Element< F > &elm) const =0
Comparison operator for elements.
virtual concepts::Real3d vertex(uint i) const =0
Returns the coordinates of the ith vertex of this element.
virtual const concepts::Cell3 & cell() const =0
Returns the cell on which the element is built.
void appendT(concepts::TColumn< Real > *T)
Appends the T columns to the T matrix.
Definition: element.hh:62
virtual std::ostream & info(std::ostream &os) const
virtual const concepts::Connector3 & support() const =0
Returns the topolgical support of the element.
virtual const concepts::TMatrix< Real > & T() const
Returns the T matrix of the element.
Definition: element.hh:59