50 std::unique_ptr<concepts::TMatrixBase<Real> >
T_;
virtual linearFEM::Element & operator++(int)=0
Returns the next element in the scanned set.
Element(const uint i, uint idx[])
virtual const concepts::Connector & support() const =0
Returns the support of this element.
virtual const concepts::Cell & cell() const =0
Returns the cell of this element.
Element(concepts::TColumn< Real > *T0, concepts::TColumn< Real > *T1)
std::unique_ptr< concepts::TMatrixBase< Real > > T_
T matrix of this element.
virtual const concepts::TMatrixBase< Real > & T() const
Returns the T matrix of this element.