2.5.9.2 ocmath_ModShepard_Struct


Name

ocmath_ModShepard_Struct

Description

Declaration

typedef struct{
	int exit_status;
	double *x;
	double *y;
	double *f;
	int np;

	int nr;
	int nq;
	int nw;

	double xmin;
	double ymin;
	double dx;
	double dy;
	double rmax;

	double dXScale;
	double dYScale;

	int* pLCell;
	int* pLNext;
	double* pRsq;
	double* a;

} ocmath_ModShepard_Struct;

Members

exit_status
specifies the status of calling ocmath_2d_scat_interpolant()
x
the position and the value of the scattering points
y
f
np
the number of scatter points
nr
nq
nw
xmin
ymin
dx
dy
rmax
dXScale
dYScale
pLCell
pLNext
pRsq
a

Remark

Examples

Header to Included

wks2mat.h

See Also

Reference