element1D.hh
Real shapefctD(const uint i) const
Returns the derivative of the ith shape function.
static std::unique_ptr< LineGraphics > graphics_
Definition: element1D.hh:72
virtual const concepts::Edge1d & cell() const
Returns the cell of this element.
Definition: element1D.hh:53
Line(const concepts::Edge1d &cell, concepts::TColumn< Real > *T0, concepts::TColumn< Real > *T1=0)
Constructor.
Definition: element1D.hh:49
virtual const concepts::ElementGraphics< Real > * graphics() const
virtual std::ostream & info(std::ostream &os) const
Real shapefct(const uint i, const Real xi) const
Computes the value of the ith shape function in the point xi.
virtual const concepts::Edge & support() const
Returns the support of this element.
Definition: element1D.hh:52