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