46 virtual uint
dim()
const {
return dim_; }
47 virtual uint
nelm()
const {
return nelm_; }
53 virtual std::ostream&
info(std::ostream& os)
const;
87 TwoElements() { elms[0] = 0; elms[1] = 0; }
virtual uint nelm() const
Returns the number of elements in the space.
virtual uint dim() const
Returns the dimension of the space.
virtual Scan * scan() const
Returns a scanner to iterate over the elements of the space.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Linear1d(concepts::Mesh1 &msh, uint level)
#define conceptsAssert(cond, exc)
Set< F > makeSet(uint n, const F &first,...)