Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
grid_hierarchy.cc File Reference
#include "pism/stressbalance/blatter/util/grid_hierarchy.hh"

Go to the source code of this file.

Namespaces

namespace  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.
 
PetscErrorCode pism::restrict_data (DM fine, DM coarse, const char *dm_name)
 Restrict model parameters from the fine grid onto the coarse grid.