PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Functions | Variables
pismv.cc File Reference
#include <string>
#include "pism/util/Grid.hh"
#include "pism/util/Config.hh"
#include "pism/util/error_handling.hh"
#include "pism/util/petscwrappers/PetscInitializer.hh"
#include "pism/util/pism_options.hh"
#include "pism/verification/iceCompModel.hh"
#include "pism/util/Context.hh"
#include "pism/util/Logger.hh"
#include "pism/util/Time.hh"
#include "pism/util/EnthalpyConverter.hh"

Go to the source code of this file.

Functions

std::shared_ptr< Contextpismv_context (MPI_Comm com, const std::string &prefix)
 Allocate the PISMV (verification) context. Uses ColdEnthalpyConverter. More...
 
grid::Parameters pismv_grid_defaults (Config::Ptr config, char testname)
 
std::shared_ptr< Gridpismv_grid (std::shared_ptr< Context > ctx, char testname)
 
int main (int argc, char *argv[])
 

Variables

static char help []