PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
interpolator.hpp File Reference
#include <iostream>
#include <ArborX_InterpMovingLeastSquares.hpp>
#include <ArborX_Point.hpp>
#include <Kokkos_Core.hpp>
#include <Kokkos_Profiling_ScopedRegion.hpp>
#include "common/concepts.hpp"
#include "common/transfer.hxx"
#include "common/types.hpp"
#include "mls/interpolator.hxx"

Go to the source code of this file.

Namespaces

namespace  PACMAN
 
namespace  PACMAN::MLS
 

Functions

template<KokkosViewRank< 2 > SourceType, KokkosViewRank< 1 > TargetType, int_t Dim>
static void PACMAN::MLS::FillPoints (const SourceType &sourceView, TargetType &targetView)
 Convert a 2-D [N × Dim] coordinate view into a 1-D view of ArborX::Point<Dim, coordinates_t>.