#include "../defs.h"
#include "../../ads/array/Array.h"
#include "../../geom/grid/RegularGrid.h"
#include "interp_extrap.ipp"
Go to the source code of this file.
Namespaces | |
namespace | numerical |
Functions | |
template<int N, int M, typename T> | |
void | numerical::grid_interp_extrap (const int num_points, T values[], const T positions[], const T default_values[M], const int extents[N], const T domain[2 *N], const T *distance, const T *fields[M]) |
Grid interpolation/extrapolation for a set of points. | |
template<int N, int M, typename T> | |
void | numerical::grid_interp_extrap (const int num_points, T values[], const T positions[], const T default_values[M], const int extents[N], const T domain[2 *N], const T *distance, const T *fields) |
Grid interpolation/extrapolation for a set of points. |