DoCubicInterp2D.h File Reference

Header contains declaration of C functions for 2D interpolation. More...

#include "math.h"
#include "stdlib.h"
#include "stdio.h"
Include dependency graph for DoCubicInterp2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double kernelu (double s)
 
void CubicInterp2D (double *x, double *y, double *u, int Nx, int Ny, double *xx1, double *yy1, double *v, int No)
 

Detailed Description

Header contains declaration of C functions for 2D interpolation.

Function Documentation

◆ CubicInterp2D()

void CubicInterp2D ( double *  x,
double *  y,
double *  u,
int  Nx,
int  Ny,
double *  xx1,
double *  yy1,
double *  v,
int  No 
)
Here is the call graph for this function:

◆ kernelu()

double kernelu ( double  s)