PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include "pism/util/fem/FEM.hh"
Go to the source code of this file.
Classes | |
class | pism::inverse::IPFunctional< IMVecType > |
Abstract base class for functions from ice model vectors to \(\mathbb{R}\). More... | |
class | pism::inverse::IPInnerProductFunctional< IMVecType > |
Abstract base class for IPFunctionals arising from an inner product. More... | |
Namespaces | |
pism | |
pism::inverse | |
Inverse modeling code. | |
Functions | |
void | pism::inverse::gradientFD (IPFunctional< array::Scalar > &f, array::Scalar &x, array::Scalar &gradient) |
Computes finite difference approximations of a IPFunctional<array::Scalar> gradient. More... | |
void | pism::inverse::gradientFD (IPFunctional< array::Vector > &f, array::Vector &x, array::Vector &gradient) |
Computes finite difference approximations of a IPFunctional<array::Vector> gradient. More... | |