PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#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) |