#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.
|
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. More...
|
|