6#ifndef shapefunction_hh
7#define shapefunction_hh
42 virtual std::ostream&
info(std::ostream&
os)
const = 0;
const F * values() const
Returns the values of the shape functions.
uint n() const
Returns the number of shape functions.
virtual std::ostream & info(std::ostream &os) const =0
Returns information in an output stream.
F * values_
Values of the shape functions.
ShapeFunction1D(const uint n, const uint nP)
Set< F > makeSet(uint n, const F &first,...)