public interface Diff2Function3x1 extends Diff1Function3x1
This is currently only used in the propotype meshfree model code. Further usage of this class will probably involve refactoring.
Modifier and Type | Method and Description |
---|---|
double |
evalDerivative(double x,
double y,
double z,
int dx,
int dy,
int dz)
Evaluates 1st and 2nd order derivatives, one at a time.
|
double |
evalDerivative(Point3d in,
int[] derivatives)
Evaluates 1st and 2nd order derivatives, one at a time.
|
eval, eval, eval
eval, eval, inputSize
double evalDerivative(Point3d in, int[] derivatives)
double evalDerivative(double x, double y, double z, int dx, int dy, int dz)