PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Struct for gathering the value and derivative of a function at a point. More...
#include <FEM.hh>
Public Attributes | |
double | val |
Function value. | |
double | dx |
Function deriviative with respect to x. | |
double | dy |
Function derivative with respect to y. | |
double | dz |
Function derivative with respect to z. | |
Struct for gathering the value and derivative of a function at a point.
Germ in meant in the mathematical sense, sort of.