Closed gsgall closed 4 months ago
FENIX is currently using the legacy residual evaluation that is not recommended
set
params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
in the FenixApp.C and FenixTestApp.C
FENIX will no longer be using legacy behavior
Reason
FENIX is currently using the legacy residual evaluation that is not recommended
Design
set
params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
in the FenixApp.C and FenixTestApp.C
Impact
FENIX will no longer be using legacy behavior