PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ residual_basal()
Computes the residual contribution of the basal boundary condition. This takes care of basal sliding. Reimplemented in pism::stressbalance::BlatterTestXZ, pism::stressbalance::BlatterTestHalfar, and pism::stressbalance::BlatterTestCFBC. Definition at line 163 of file residual.cc. References pism::fem::Q1Element3Face::chi(), pism::IceBasalResistancePlasticLaw::drag(), pism::fem::Q1Element3Face::evaluate(), pism::mask::grounded(), pism::stressbalance::ShallowStressBalance::m_basal_sliding_law, m_scaling, m_work, m_work2, pism::fem::Element::n_chi(), pism::fem::Q1Element3Face::n_pts(), and pism::fem::Q1Element3Face::weight(). Referenced by compute_residual(), and pism::stressbalance::BlatterTestXZ::residual_basal(). |