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

◆ in_null_strip()

bool pism::grid::in_null_strip ( const Grid grid,
int  i,
int  j,
double  strip_width 
)
inline

Check if a point (i,j) is in the strip of stripwidth meters around the edge of the computational domain.

Definition at line 385 of file Grid.hh.

References pism::Grid::Mx(), pism::Grid::My(), pism::Grid::x(), and pism::Grid::y().

Referenced by pism::set_no_model_strip().