Skip to content

Commit

Permalink
Merge pull request #25421 from GiudGiud/PR_ics2
Browse files Browse the repository at this point in the history
Disallow by default ICs on restart for restarted variables
  • Loading branch information
GiudGiud committed Sep 25, 2023
2 parents 94e0642 + 71e2677 commit fe7907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/problems/FEProblemBase.C
Expand Up @@ -176,7 +176,7 @@ FEProblemBase::validParams()
"True to skip the NonlinearSystem check for work to do (e.g. Make sure "
"that there are variables to solve for).");
params.addParam<bool>("allow_initial_conditions_with_restart",
true,
false,
"True to allow the user to specify initial conditions when restarting. "
"Initial conditions can override any restarted field");

Expand Down

0 comments on commit fe7907a

Please sign in to comment.