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

◆ preprocess_bed() [1/2]

void pism::stressbalance::BedSmoother::preprocess_bed ( const array::Scalar topg)

Input lambda gives physical half-width (in m) of square over which to do the average. Only square smoothing domains are allowed with this call, which is the default case.

Definition at line 97 of file BedSmoother.cc.

References pism::array::Array2D< T >::copy_from(), m_grid, m_Nx, m_Ny, m_smoothing_range, and m_topgsmooth.

Referenced by pism::stressbalance::SIAFD::update().