|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
◆ set_design()
Sets the current value of of the design paramter \(\zeta\). This method sets \(\zeta\) but does not solve the SSA. It it intended for inverse methods that simultaneously compute the pair \(u\) and \(\zeta\) without ever solving the SSA directly. Use this method in conjuction with assemble_jacobian_state and apply_jacobian_design and their friends. The vector \(\zeta\) is not copied; a reference to the array::Array is kept. Definition at line 143 of file IP_SSAHardavForwardProblem.cc. References pism::inverse::IPDesignVariableParameterization::convertToDesignVariable(), pism::stressbalance::SSAFEM::m_coefficients, m_design_param, pism::Component::m_grid, m_hardav, m_rebuild_J_state, and m_zeta. Referenced by linearize_at(). |