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