|
MGIS
|
#include "MGIS/Config.hxx"#include "MGIS/Context.hxx"#include "MGIS/Function/SpaceConcept.hxx"#include "MGIS/Function/EvaluatorConcept.hxx"#include "MGIS/Function/FunctionConcept.hxx"#include "MGIS/Function/CUDA/Algorithms.ixx"Classes | |
| struct | mgis::function::CUDAExecutionConfiguration |
| execution configuration used to launch CUDA's kernels More... | |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| template<typename FunctionType , EvaluatorConcept EvaluatorType> requires ( ((LinearElementSpaceConcept<evaluator_space<EvaluatorType>>) || (LinearQuadratureSpaceConcept<evaluator_space<EvaluatorType>>)) && std::same_as<function_space<FunctionType>, evaluator_space<EvaluatorType>>) | |
| bool | mgis::function::assign (AbstractErrorHandler &, const CUDAExecutionConfiguration &, FunctionType &, const EvaluatorType) |
| assign the evaluator to a function | |
| bool mgis::function::assign | ( | AbstractErrorHandler & | , |
| const CUDAExecutionConfiguration & | , | ||
| FunctionType & | , | ||
| const EvaluatorType | |||
| ) |
assign the evaluator to a function
| [in] | ctx | execution context |
| [in] | c | CUDA execution configuration |
| [in] | lhs | left hand side |
| [in] | e | right hand side |