PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include "pism/stressbalance/blatter/util/grid_hierarchy.hh"
Go to the source code of this file.
Namespaces | |
pism | |
Functions | |
double | pism::grid_z (double b, double H, int Mz, int k) |
DMDALocalInfo | pism::grid_transpose (const DMDALocalInfo &input) |
PetscErrorCode | pism::setup_level (DM dm, int mg_levels) |
PetscErrorCode | pism::create_restriction (DM fine, DM coarse, const char *dm_name) |
Create the restriction matrix. More... | |
PetscErrorCode | pism::restrict_data (DM fine, DM coarse, const char *dm_name) |
Restrict model parameters from the fine grid onto the coarse grid. More... | |