Interface that provides two dimensional WENO interpolations. More...
#include <WENO3.h>
Static Public Member Functions | |
static vec3d | interpolate (const array3< vec3r > &array, const vec3d &p, unsigned order=6) |
Interpolate using WENO interpolation. More... | |
static double | interpolate (const array3< Real > &array, const vec3d &p, unsigned order=6) |
Interpolate using WENO interpolation. More... | |
Interface that provides two dimensional WENO interpolations.