20 class BoundaryConditions;
50 virtual uint
dim()
const {
return dim_; }
51 virtual uint
nelm()
const {
return nelm_; }
55 virtual std::ostream&
info(std::ostream& os)
const;
virtual linearFEM::Tetrahedron & operator++(int)=0
Returns the next element in the scanned set.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Linear3d(concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0)
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 uint nelm() const
Returns the number of elements in the space.
Set< F > makeSet(uint n, const F &first,...)