PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
pism.cc File Reference
#include "util/io/IO_Flags.hh"
#include <memory>
#include <petscsys.h>
#include "pism/icemodel/IceModel.hh"
#include "pism/icemodel/IceEISModel.hh"
#include "pism/verification/iceCompModel.hh"
#include "pism/util/NetCDFConfig.hh"
#include "pism/util/Grid.hh"
#include "pism/util/Context.hh"
#include "pism/util/Profiling.hh"
#include "pism/util/error_handling.hh"
#include "pism/util/petscwrappers/PetscInitializer.hh"
#include "pism/util/pism_options.hh"
#include "pism/util/EnthalpyConverter.hh"
#include "pism/regional/IceRegionalModel.hh"

Go to the source code of this file.

Namespaces

namespace  eismint2
 
namespace  verification
 

Functions

static void eismint2::set_config_defaults (Config &config)
 
void verification::set_config_defaults (Config &config, char testname)
 
std::shared_ptr< Contextverification::context (MPI_Comm com, const std::string &prefix, char testname)
 Allocate the verification mode context. Uses ColdEnthalpyConverter.
 
std::shared_ptr< Gridverification::grid (std::shared_ptr< Context > ctx)
 
int main (int argc, char *argv[])
 

Variables

static char help []