Skip to content

Commit

Permalink
Remove legacy residual eval mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad committed Feb 21, 2025
1 parent 980dc84 commit b5b5066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/base/TMAP8App.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ InputParameters
TMAP8App::validParams()
{
InputParameters params = MooseApp::validParams();

// Set material property output to occur on TIMESTEP_END and INITIAL by default
params.set<bool>("use_legacy_material_output") = false;

params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
return params;
}

Expand Down

0 comments on commit b5b5066

Please sign in to comment.