PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ grid_z()

double pism::grid_z ( double  b,
double  H,
int  Mz,
int  k 
)

z coordinates of the nodes

Parameters
[in]bsurface elevation of the bottom of the domain
[in]Hdomain thickness
[in]Mznumber of grid points in each vertical column
[in]knode index in the z direction

Definition at line 32 of file grid_hierarchy.cc.

References k.

Referenced by pism::stressbalance::Blatter::compute_jacobian(), pism::stressbalance::Blatter::compute_residual(), pism::stressbalance::Blatter::init_ice_hardness(), and pism::stressbalance::Blatter::residual_dirichlet().