PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#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/Interpolation1D.hh"
#include "pism/util/VariableMetadata.hh"
Go to the source code of this file.
Classes | |
struct | pism::array::Array::Impl |
Namespaces | |
namespace | pism |
namespace | 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 VariableMetadata &variable, io::Default default_value, const Logger &log, Vec output) |