#include "pism/stressbalance/timestepping.hh"
#include "pism/util/Grid.hh"
#include "pism/util/array/Array3D.hh"
#include "pism/util/array/Scalar.hh"
#include "pism/util/array/CellType.hh"
#include "pism/util/array/Vector.hh"
#include "pism/util/pism_utilities.hh"
#include "pism/util/Context.hh"
#include <limits>
#include <vector>
Go to the source code of this file.
|
| CFLData | pism::max_timestep_cfl_3d (const array::Scalar &ice_thickness, const array::CellType &cell_type, const array::Scalar1 *no_model_mask, const array::Array3D &u3, const array::Array3D &v3, const array::Array3D &w3) |
| | Compute the maximum velocities for time-stepping and reporting to user.
|
| |
| CFLData | pism::max_timestep_cfl_2d (const array::Scalar &ice_thickness, const array::CellType &cell_type, const array::Scalar1 *no_model_mask, const array::Vector &velocity) |
| | Compute the CFL constant associated to first-order upwinding for the sliding contribution to mass continuity.
|
| |
| MaxTimestep | pism::max_timestep_diffusivity (double D_max, double dx, double dy, double adaptive_timestepping_ratio) |
| |