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/stressbalance/ssa/SSA.hh"
#include "pism/util/fem/FEM.hh"
#include "pism/util/petscwrappers/SNES.hh"
#include "pism/util/TerminationReason.hh"
#include "pism/util/Mask.hh"
Go to the source code of this file.
Classes | |
class | pism::stressbalance::SSAFEM |
PISM's SSA solver: the finite element method implementation written by Jed and David. More... | |
struct | pism::stressbalance::SSAFEM::Coefficients |
struct | pism::stressbalance::SSAFEM::CallbackData |
Adaptor for gluing SNESDAFormFunction callbacks to an SSAFEM. More... | |
Namespaces | |
pism | |
pism::stressbalance | |
Stress balance models and related diagnostics. | |
Functions | |
SSA * | pism::stressbalance::SSAFEMFactory (std::shared_ptr< const Grid > grid) |
Factory function for constructing a new SSAFEM. More... | |