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

Concept definition

template<typename SpaceType>
(requires { SpaceTraits<SpaceType>::linear_cell_indexing; }) &&
(std::integral<typename SpaceTraits<SpaceType>::cell_index_type>)&&
(requires(const SpaceType& s) {
{
getQuadraturePointOffset(
s,
std::declval<typename SpaceTraits<SpaceType>::cell_index_type>(),
std::declval<typename SpaceTraits<
SpaceType>::quadrature_point_index_type>())
} -> internals::same_decay_type<
typename SpaceTraits<SpaceType>::size_type>;
}))
typename internals::EvaluatorResultQuery< EvaluatorType >::type evaluator_result
type of the result of an evaluator
Definition EvaluatorConcept.hxx:221
Definition SpaceConcept.hxx:260
a concept describing a quadrature space where values can be addressed by given the element index and ...
Definition SpaceConcept.hxx:230
a quadrature traits class defining the main properties of a space
Definition SpaceConcept.hxx:51