idaholab / fenix

FENIX is an application for performing system-level, engineering scale (i.e., at the scale of centimeters and meters), and microstructure-scale (i.e., at the scale of microns) multiphysics calculations related to fusion energy systems.
https://mooseframework.inl.gov/fenix
GNU Lesser General Public License v2.1
10 stars 7 forks source link

Update FENIX to not use Legacy residual evaluation #40

Closed gsgall closed 4 months ago

gsgall commented 4 months ago

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