PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <array>
#include "pism/util/array/Array3D.hh"
#include "pism/util/stencils.hh"
Go to the source code of this file.
Classes | |
class | pism::array::Staggered |
A class for storing and accessing internal staggered-grid 2D fields. Uses dof=2 storage. This class is identical to array::Vector, except that components are not called u and v (to avoid confusion). More... | |
class | pism::array::Staggered1 |
Namespaces | |
namespace | pism |
namespace | pism::array |
Functions | |
std::array< double, 2 > | pism::array::absmax (const array::Staggered &input) |
void | pism::array::staggered_to_regular (const array::CellType1 &cell_type, const array::Staggered1 &input, bool include_floating_ice, array::Scalar &result) |
void | pism::array::staggered_to_regular (const array::CellType1 &cell_type, const array::Staggered1 &input, bool include_floating_ice, array::Vector &result) |