PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Attributes | List of all members
pism::fem::Germ Struct Reference

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...
 

Detailed Description

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

Germ in meant in the mathematical sense, sort of.

Definition at line 151 of file FEM.hh.


The documentation for this struct was generated from the following file: