PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
PicoGeometry.cc File Reference
#include <algorithm>
#include <queue>
#include "pism/coupler/ocean/PicoGeometry.hh"
#include "pism/util/connected_components/label_components.hh"
#include "pism/util/array/CellType.hh"
#include "pism/util/pism_utilities.hh"
#include "pism/coupler/util/options.hh"
#include "pism/util/Interpolation1D.hh"
#include "pism/util/Profiling.hh"
#include "pism/util/Logger.hh"
#include "pism/util/io/IO_Flags.hh"

Go to the source code of this file.

Classes

struct  pism::ocean::details::Cell
 

Namespaces

namespace  pism
 
namespace  pism::ocean
 Ocean models and modifiers: provide sea level elevation, melange back pressure, shelf base mass flux and shelf base temperature.
 
namespace  pism::ocean::details
 

Enumerations

enum  pism::ocean::RelabelingType { pism::ocean::BY_AREA , pism::ocean::AREA_THRESHOLD }
 

Functions

static void pism::ocean::relabel (RelabelingType type, double threshold, array::Scalar &mask)
 
void pism::ocean::eikonal_equation (array::Scalar1 &mask)