|
|
template<typename CallableType , typename SpaceSizeType > |
| __global__ void | mgis::function::cuda::apply_kernel (CallableType f, const SpaceSizeType s) |
| |
|
template<typename CallableType , typename SpaceSizeType > |
| bool | mgis::function::cuda::call_kernel (Context &ctx, const CUDAExecutionConfiguration &c, CallableType f, const SpaceSizeType s) |
| |
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 (Context &ctx, const CUDAExecutionConfiguration &c, FunctionType &f, const EvaluatorType e) |
| |