space1D.hh
void constructor_(concepts::Cell1 &cell, uint level, concepts::DynArray< uint > &dofMap, const concepts::DynArray< uint > &bcMap)
Assigns the degrees of freedom and creates elements.
void(* SMap)(const concepts::TColumn< Real > &, concepts::TColumn< Real > &)
Definition: space1D.hh:42
void enforceBC_(concepts::Cell1 &cell, uint level, concepts::DynArray< uint > &bcMap)
Notes where Dirichlet boundary conditions have to be enforced.
Linear1d(concepts::Mesh1 &msh, uint level, concepts::BoundaryConditions *bc=0)
Constructor.
virtual ~Linear1d()
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
Definition: scannerConnectors.hh:29
virtual linearFEM::Line & operator++(int)=0
Returns the next element in the scanned set.
virtual std::ostream & info(std::ostream &os) const