#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.
|
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...
|
|