![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
Generic C++ entry point for PACMAN interpolation methods. More...
#include <iostream>#include <utility>#include "common/transfer.hxx"#include "finite_elements/FTInterpClamp.hpp"#include "finite_elements/FTInterpExtrap.hpp"#include "finite_elements/FTInterpNearest.hpp"#include "finite_elements/FTInterpZero.hpp"#include "finite_elements/FTNearest.hpp"Go to the source code of this file.
Namespaces | |
| namespace | PACMAN |
Functions | |
| template<typename ExecSpace , int_t Dim> | |
| void | PACMAN::Interpolate (Transfer< ExecSpace, Dim > &transfer) |
| Generic C++ interface to PACMAN interpolation methods. | |
Generic C++ entry point for PACMAN interpolation methods.
This header exposes a single dispatch function that routes a Transfer<ExecSpace, Dim> request to the selected PACMAN interpolation backend (finite-elements variants).
Definition in file interpolate.hpp.