|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <cstring>#include <cstdlib>#include <petscsys.h>#include "pism/icemodel/IceModel.hh"#include "pism/stressbalance/StressBalance.hh"#include "pism/util/Grid.hh"#include "pism/util/Config.hh"#include "pism/util/Time.hh"#include "pism/util/pism_utilities.hh"Go to the source code of this file.
Namespaces | |
| namespace | pism |
Functions | |
| unsigned int | pism::count_CFL_violations (const array::Array3D &u3, const array::Array3D &v3, const array::Scalar &ice_thickness, double dt) |
| Because of the -skip mechanism it is still possible that we can have CFL violations: count them. | |