PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ restrict_data()

PetscErrorCode pism::restrict_data ( DM  fine,
DM  coarse,
const char *  dm_name 
)

Restrict model parameters from the fine grid onto the coarse grid.

This function uses the restriction matrix created by coarsening_hook().

Definition at line 201 of file grid_hierarchy.cc.

Referenced by pism::stressbalance::blatter_restriction_hook().