PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#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... | |