PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Classes | Namespaces | Functions
Staggered.hh File Reference
#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

 pism
 
 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)