template<typename SpaceType>
(requires { SpaceTraits<SpaceType>::linear_cell_indexing; }) &&
(std::integral<typename SpaceTraits<SpaceType>::cell_index_type>)&&
{
getQuadraturePointOffset(
} -> 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