PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include "pism/util/array/Array.hh"
Go to the source code of this file.
Classes | |
class | pism::array::Array3D |
A virtual class collecting methods common to ice and bedrock 3D fields. More... | |
Namespaces | |
pism | |
pism::array | |
Functions | |
void | pism::array::extract_surface (const Array3D &data, double z, Scalar &output) |
Copies a horizontal slice at level z of an Array3D into output . More... | |
void | pism::array::extract_surface (const Array3D &data, const Scalar &z, Scalar &output) |
void | pism::array::sum_columns (const Array3D &data, double A, double B, Scalar &output) |