PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
#include <memory>
#include "pism/stressbalance/ssa/SSAFD.hh"
#include "pism/stressbalance/ssa/SSAFEM.hh"
#include "pism/stressbalance/ssa/SSATestCase.hh"
#include "pism/util/Context.hh"
#include "pism/util/error_handling.hh"
#include "pism/util/petscwrappers/PetscInitializer.hh"
#include "pism/util/pism_options.hh"
#include "pism/verification/tests/exactTestsIJ.h"
Go to the source code of this file.
Classes | |
class | pism::stressbalance::SSATestCaseI |
Namespaces | |
namespace | pism |
namespace | pism::stressbalance |
Stress balance models and related diagnostics. | |
Functions | |
std::shared_ptr< Grid > | pism::stressbalance::ssa_test_i_grid (std::shared_ptr< Context > ctx, int Mx, int My) |
int | main (int argc, char *argv[]) |
Variables | |
static char | help [] |
const double | pism::stressbalance::m_schoof = 10 |
const double | pism::stressbalance::L_schoof = 40e3 |
const double | pism::stressbalance::aspect_schoof = 0.05 |
const double | pism::stressbalance::H0_schoof = aspect_schoof * L_schoof |
const double | pism::stressbalance::B_schoof = 3.7e8 |