12 #include "NonlinearSystemBase.h"
18 template <ComputeStage compute_stage>
23 params.addClassDescription(
24 "This class duplicates the ADPowerLawCreepStressUpdate, except at the 2nd time step and the "
25 "1st iteration, at which time a high residual is computed, forcing an exception.");
29 template <ComputeStage compute_stage>
31 const InputParameters & parameters)
36 template <ComputeStage compute_stage>
39 const ADReal & scalar)
41 if (_fe_problem.getNonlinearSystemBase().getCurrentNonlinearIterationNumber() == 1 &&
42 _t_step == 1 && _dt > 0.9)
49 template <ComputeStage compute_stage>
52 const ADReal & effective_trial_stress,
const ADReal & scalar)
54 if (_fe_problem.getNonlinearSystemBase().getCurrentNonlinearIterationNumber() == 1 &&
55 _t_step == 1 && _dt > 0.9)