|
template<typename FunctionType , EvaluatorConcept EvaluatorType>
requires ( ((LinearElementSpaceConcept<evaluator_space<EvaluatorType>>) || (LinearQuadratureSpaceConcept<evaluator_space<EvaluatorType>>)) && std::same_as<function_space<FunctionType>, evaluator_space<EvaluatorType>>) |
| constexpr bool | mgis::function::assign (AbstractErrorHandler &, FunctionType &, const EvaluatorType) |
| | assign the evaluator to a function
|
| |
template<EvaluatorConcept EvaluatorType, typename OperatorType >
requires (LinearElementSpaceConcept<evaluator_space<EvaluatorType>>) |
| constexpr std::optional< real > | mgis::function::scalar_reduce (AbstractErrorHandler &, const EvaluatorType, const OperatorType, const real) |
| | assign the evaluator to a function
|
| |