PISM, A Parallel Ice Sheet Model  stable v0.5
Public Attributes
FEVector2Germ Struct Reference

Struct for gathering the value and derivative of a vector valued function at a point. More...

#include <FETools.hh>

List of all members.

Public Attributes

PISMVector2 val
 Function value.
PISMVector2 dx
 Function deriviative with respect to x.
PISMVector2 dy
 Function derivative with respect to y.

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines