PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
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.