MGIS
Loading...
Searching...
No Matches
mgis::function::LinearElementSpaceConcept Concept Reference

a concept describing a space where all the elements are stored for 0 to getSpaceSize(s) - 1 More...

#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Function/SpaceConcept.hxx>

Concept definition

template<typename SpaceType>
(requires { SpaceTraits<SpaceType>::linear_element_indexing; }) &&
(std::integral<
(std::same_as<typename SpaceTraits<SpaceType>::size_type,
Definition SpaceConcept.hxx:184
a concept describing a space where all the elements are stored for 0 to getSpaceSize(s) - 1
Definition SpaceConcept.hxx:216
a quadrature traits class defining the main properties of a space
Definition SpaceConcept.hxx:51

Detailed Description

a concept describing a space where all the elements are stored for 0 to getSpaceSize(s) - 1