20 class BoundaryConditions;
52 virtual uint
dim()
const {
return dim_; }
53 virtual uint
nelm()
const {
return nelm_; }
56 virtual std::ostream&
info(std::ostream& os)
const;
virtual linearFEM::Line & operator++(int)=0
Returns the next element in the scanned set.
virtual Scan * scan() const
Returns a scanner to iterate over the elements of the space.
Linear1d(concepts::Mesh1 &msh, uint level, concepts::BoundaryConditions *bc=0)
virtual uint dim() const
Returns the dimension of the space.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
virtual uint nelm() const
Returns the number of elements in the space.
Set< F > makeSet(uint n, const F &first,...)