|
PISM, A Parallel Ice Sheet Model
stable v0.5
|
Struct for gathering the value and derivative of a function at a point. More...
#include <FETools.hh>
Public Attributes | |
| PetscReal | val |
| Function value. | |
| PetscReal | dx |
| Function deriviative with respect to x. | |
| PetscReal | dy |
| Function derivative with respect to y. | |
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 FETools.hh.
Function deriviative with respect to x.
Definition at line 153 of file FETools.hh.
Referenced by SSAFEM::compute_local_function(), SSAFEM::compute_local_jacobian(), FEQuadrature::computeTrialFunctionValues(), FEQuadrature::init(), FEShapeQ1::shape0(), FEShapeQ1::shape1(), FEShapeQ1::shape2(), FEShapeQ1::shape3(), and FEEvaluator::testFunctionValues().
Function derivative with respect to y.
Definition at line 153 of file FETools.hh.
Referenced by SSAFEM::compute_local_function(), SSAFEM::compute_local_jacobian(), FEQuadrature::computeTrialFunctionValues(), FEQuadrature::init(), FEShapeQ1::shape0(), FEShapeQ1::shape1(), FEShapeQ1::shape2(), FEShapeQ1::shape3(), and FEEvaluator::testFunctionValues().
Function value.
Definition at line 153 of file FETools.hh.
Referenced by SSAFEM::compute_local_function(), SSAFEM::compute_local_jacobian(), FEQuadrature::computeTrialFunctionValues(), FEShapeQ1::shape0(), FEShapeQ1::shape1(), FEShapeQ1::shape2(), FEShapeQ1::shape3(), and FEEvaluator::testFunctionValues().
1.7.5.1