|
MGIS
|
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| template<FunctionConcept FunctionType> requires (!EvaluatorConcept<FunctionType>) | |
| constexpr decltype(auto) | mgis::function::internals::disambiguateGetSpace (const FunctionType &) |
| template<FunctionConcept FunctionType> requires (!EvaluatorConcept<FunctionType>) | |
| constexpr mgis::size_type | mgis::function::internals::disambiguateGetNumberOfComponents (const FunctionType &) |
| template<EvaluatorConcept EvaluatorType, FunctionConcept FunctionType> requires ( std::same_as<evaluator_space<EvaluatorType>, function_space<FunctionType>>) | |
| bool | mgis::function::operator| (EvaluatorType, FunctionType &) |
| assign an evaluator to a mutable function view | |
|
constexpr |
This helper function allows to disambiguate the call to the getNumberOfComponents function
|
constexpr |
This helper function allows to disambiguate the call to the getSpace function
| bool mgis::function::operator| | ( | EvaluatorType | e, |
| FunctionType & | f | ||
| ) |
assign an evaluator to a mutable function view
| [in] | ctx | execution context |
| [in] | e | evaluator |
| [in] | f | function |