PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ star()
Returns the values at interfaces of the cell i,j using the staggered grid. The ij member of the return value is set to 0, since it has no meaning in this context. Definition at line 73 of file Staggered.hh. References pism::stencils::Star< T >::c, pism::stencils::Star< T >::e, pism::stencils::Star< T >::n, pism::stencils::Star< T >::s, and pism::stencils::Star< T >::w. Referenced by pism::GeometryEvolution::compute_flux_divergence(), pism::grounding_line_flux(), pism::fct::limit(), pism::make_nonnegative_preserving(), pism::array::staggered_to_regular(), pism::step(), pism::total_grounding_line_flux(), pism::hydrology::EmptyingProblem::update(), pism::hydrology::Distributed::update_P(), and pism::hydrology::Routing::W_change_due_to_flow(). |