PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
rbf_interface.cpp File Reference
#include "interface.hpp"
#include <ArborX_Point.hpp>
#include <Kokkos_Core.hpp>
#include <Kokkos_Profiling_ScopedRegion.hpp>
#include <stdexcept>
#include <string>
#include "common/concepts.hpp"
#include "common/transfer.hxx"
#include "rbf_pum/interpolator.hxx"
#include "solver/rbf_functions.hpp"

Go to the source code of this file.

Namespaces

namespace  PACMAN
 

Functions

RbfInterpolateResult PACMAN::rbf_interpolate (int_t spaceDimension, unsigned char execSpace, unsigned char rbfFunction, coordinates_t *sourcePoints, int_t nSourcePoints, fp_t *sourceValues, coordinates_t *targetPoints, int_t nTargetPoints)
 C++ interface for RBF-PUM interpolation.