Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow by default ICs on restart for restarted variables #25421

Merged
merged 1 commit into from Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion framework/src/problems/FEProblemBase.C
Expand Up @@ -175,7 +175,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