![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
#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 "mls/interpolator.hxx"Go to the source code of this file.
Namespaces | |
| namespace | PACMAN |
Functions | |
| MLSInterpolateResult | PACMAN::MLS_interpolate (int_t spaceDimension, unsigned char execSpace, coordinates_t *sourcePoints, int_t nSourcePoints, fp_t *sourceValues, coordinates_t *targetPoints, int_t nTargetPoints) |
| C++ interface for Moving Least Squares (MLS) interpolation. | |