PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include "pism/util/array/Staggered.hh"
#include "pism/util/Mask.hh"
#include "pism/util/pism_utilities.hh"
#include "pism/util/array/CellType.hh"
#include "pism/util/array/Vector.hh"
Go to the source code of this file.
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) |