Go to the source code of this file.
|
std::shared_ptr< gko::Executor > | precice::mapping::create_device_executor (const std::string &execName, bool enableUnifiedMemory) |
|
template<typename EvalFunctionType > |
void | precice::mapping::kernel::create_rbf_system_matrix (std::shared_ptr< const gko::Executor > exec, bool unifiedMemory, gko::ptr_param< GinkgoMatrix > mtx, const std::array< bool, 3 > activeAxis, gko::ptr_param< GinkgoMatrix > supportPoints, gko::ptr_param< GinkgoMatrix > targetPoints, EvalFunctionType f, ::precice::mapping::RadialBasisParameters rbf_params, bool addPolynomial, unsigned int extraDims) |
|
void | precice::mapping::kernel::fill_polynomial_matrix (std::shared_ptr< const gko::Executor > exec, bool unifiedMemory, gko::ptr_param< GinkgoMatrix > mtx, gko::ptr_param< const GinkgoMatrix > x, const unsigned int dims) |
|