PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "pism/util/array/Array.hh"
#include <gsl/gsl_interp.h>
#include "pism/util/petscwrappers/Vec.hh"
#include "pism/util/interpolation.hh"
#include "pism/util/VariableMetadata.hh"
Go to the source code of this file.
Classes | |
struct | pism::array::Array::Impl |
Namespaces | |
pism | |
pism::array | |
Functions | |
void | pism::array::global_to_local (petsc::DM &dm, Vec source, Vec destination) |
void | pism::array::set_default_value_or_stop (const std::string &filename, const VariableMetadata &variable, io::Default default_value, const Logger &log, Vec output) |