virtual auto number_of_elements() const -> UNSIGNED_INTEGER_TYPE=0
Get the number of elements contained in the domain.
virtual auto number_of_nodes_per_elements() const -> UNSIGNED_INTEGER_TYPE=0
Get the number of nodes an element of this domain has.
virtual ~BaseDomain()=default
Destructor.
virtual auto canonical_dimension() const -> UNSIGNED_INTEGER_TYPE=0
Get the canonical dimension of the element contained in this domain, ie, the number of coordinates of...
A domain is subspace of a mesh containing a set of points and the topological relation between them.
Definition: BaseDomain.h:13