PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
Grid_Regional.cc File Reference
#include <vector>
#include <cassert>
#include <gsl/gsl_interp.h>
#include "pism/util/pism_options.hh"
#include "pism/util/error_handling.hh"
#include "pism/util/Grid.hh"
#include "pism/util/io/File.hh"
#include "pism/util/Component.hh"
#include "pism/util/Context.hh"

Go to the source code of this file.

Namespaces

 pism
 

Functions

static void pism::validate_range (const std::string &axis, const std::vector< double > &x, double x_min, double x_max)
 
static void pism::subset_extent (const std::string &axis, const std::vector< double > &x, double x_min, double x_max, double &x0, double &Lx, unsigned int &Mx)
 
std::shared_ptr< Grid > pism::regional_grid_from_options (std::shared_ptr< Context > ctx)
 Create a grid using command-line options and (possibly) an input file. More...