PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <memory>
#include "pism/inverse/TaoUtil.hh"
#include "pism/inverse/functional/IPFunctional.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/Context.hh"
#include "pism/util/Grid.hh"
#include "pism/util/Logger.hh"
#include "pism/util/array/Array.hh"
#include "pism/util/petscwrappers/DM.hh"
#include "pism/util/petscwrappers/Vec.hh"
Go to the source code of this file.
Classes | |
class | pism::inverse::IPTaoTikhonovProblemListener< ForwardProblem > |
Iteration callback class for IPTaoTikhonovProblem. More... | |
class | pism::inverse::IPTaoTikhonovProblem< ForwardProblem > |
Defines a Tikhonov minimization problem to be solved with a TaoBasicSolver. More... | |
Namespaces | |
pism | |
pism::inverse | |
Inverse modeling code. | |