element.hh
virtual linearFEM::Element & operator++(int)=0
Returns the next element in the scanned set.
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
virtual const concepts::Cell & cell() const =0
Returns the cell of this element.
std::unique_ptr< concepts::TMatrixBase< Real > > T_
T matrix of this element.
Definition: element.hh:50
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
Definition: scannerConnectors.hh:29
virtual const concepts::TMatrixBase< Real > & T() const
Returns the T matrix of this element.
Definition: element.hh:47
virtual const concepts::Connector & support() const =0
Returns the support of this element.
Element(concepts::TColumn< Real > *T0, concepts::TColumn< Real > *T1)
Constructor.