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

Fix use of TAO solution vector #28923

Open
wants to merge 11 commits into
base: next
Choose a base branch
from
1 change: 0 additions & 1 deletion modules/optimization/src/executioners/OptimizeSolve.C
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ OptimizeSolve::solve()

// Initialize solution and matrix
_obj_function->setInitialCondition(*_parameters);
_obj_function->setInitialCondition(*_parameters);
lindsayad marked this conversation as resolved.
Show resolved Hide resolved
_ndof = _parameters->size();

// time step defaults 1, we want to start at 0 for first iteration to be
Expand Down