PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
Struct for gathering the value and derivative of a function at a point. More...
#include <FEM.hh>
Public Attributes | |
double | val |
Function value. More... | |
double | dx |
Function deriviative with respect to x. More... | |
double | dy |
Function derivative with respect to y. More... | |
double | dz |
Function derivative with respect to z. More... | |
Struct for gathering the value and derivative of a function at a point.
Germ in meant in the mathematical sense, sort of.