PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ update()
Do the update; if full_update == false skip the update of 3D velocities and strain heating. Implements pism::stressbalance::SSB_Modifier. Definition at line 124 of file SIAFD.cc. References pism::stressbalance::Inputs::age, pism::Geometry::bed_elevation, pism::Profiling::begin(), compute_3d_horizontal_velocity(), compute_diffusive_flux(), compute_diffusivity(), compute_surface_gradient(), pism::Profiling::end(), pism::stressbalance::Inputs::enthalpy, pism::stressbalance::Inputs::geometry, m_bed_smoother, m_D, pism::stressbalance::SSB_Modifier::m_diffusive_flux, m_h_x, m_h_y, pism::stressbalance::SSB_Modifier::m_u, pism::stressbalance::SSB_Modifier::m_v, pism::stressbalance::Inputs::new_bed_elevation, pism::stressbalance::BedSmoother::preprocess_bed(), and pism::Component::profiling(). |