PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
◆ residual_basal()
Computes the residual contribution of the basal boundary condition. This takes care of basal sliding. Reimplemented in pism::stressbalance::BlatterTestCFBC, pism::stressbalance::BlatterTestHalfar, and pism::stressbalance::BlatterTestXZ. Definition at line 164 of file residual.cc. References pism::fem::Q1Element3Face::chi(), pism::IceBasalResistancePlasticLaw::drag(), pism::fem::Q1Element3Face::evaluate(), 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(). |