|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#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/ConfigInterface.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. | |