|
PISM, A Parallel Ice Sheet Model
stable v0.5
|
Struct for gathering the value and derivative of a vector valued function at a point. More...
#include <FETools.hh>
Public Attributes | |
| PISMVector2 | val |
| Function value. | |
| PISMVector2 | dx |
| Function deriviative with respect to x. | |
| PISMVector2 | dy |
| Function derivative with respect to y. | |
Struct for gathering the value and derivative of a vector valued function at a point.
Germ in meant in the mathematical sense, sort of.
Definition at line 160 of file FETools.hh.
| PISMVector2 dx |
Function deriviative with respect to x.
Definition at line 162 of file FETools.hh.
| PISMVector2 dy |
Function derivative with respect to y.
Definition at line 162 of file FETools.hh.
| PISMVector2 val |
Function value.
Definition at line 162 of file FETools.hh.
1.7.5.1