Skip to content

Commit

Permalink
Merge Pull Request #4704 from trilinos/Trilinos/piro-tempus-solver-al…
Browse files Browse the repository at this point in the history
…bany-fix

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Piro tempus solver albany fix
PR Author: ikalash
  • Loading branch information
trilinos-autotester authored Mar 26, 2019
2 parents fd7f19a + 02b1c5c commit db71170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/piro/src/Piro_TempusSolver_Def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,9 +944,9 @@ setInitialState(Scalar t0,
Teuchos::RCP<Thyra::VectorBase<Scalar> > xdot0,
Teuchos::RCP<Thyra::VectorBase<Scalar> > xdotdot0)
{
fwdStateIntegrator->setInitialState(t0, x0, xdot0, xdotdot0);
fwdStateIntegrator->initializeSolutionHistory(t0, x0, xdot0, xdotdot0);
//Reset observer. This is necessary for correct observation of solution
//since setInitialState modifies the solutionHistory object.
//since initializeSolutionHistory modifies the solutionHistory object.
setObserver();

}
Expand Down

0 comments on commit db71170

Please sign in to comment.