virtual ~Space()
virtual std::ostream & info(std::ostream &os) const
Essential boundary conditions and multi-point constraints [1].
Definition: analytical.hh:21
std::unique_ptr< concepts::ElementPairList< F > > elmPairList_
List of element pairs to be used in matrix assembly.
Definition: space.hh:74
const concepts::ElementPairList< F > & elmPairList()
Returns a list of element pairs needed for matrix assembly.
Definition: space.hh:56
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
Definition: scannerConnectors.hh:29
Holds a list of ElementPair and allows to scan over this list.
Definition: elementPairs.hh:41
virtual constraints::Element< F > & 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.