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

Added ability to pass simulate_kwargs from run_problem. #720

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

robfalck
Copy link
Contributor

Summary

  • Added ability to pass a case_prefix via run_problem.
  • Added ability to pass reset_iter_count from run_problem.
  • During grid refinement, case_prefix includes the refinement method and refinement iteration.
  • Refinement iteration now starts with 1, instead of 0. When refinement is enabled, {refine_method}_0 will be
    tacked onto the case prefix.
  • case_prefix will be prepended to the final case recorded in dymos_solution.db and dymos_simulation.db.

Related Issues

Backwards incompatibilities

Post processing scripts that analyze grid refinement could see different behavior since the first iteration is now reported as Iteration 1, but in general users should see no difference.

New Dependencies

None

Added ability to pass a case_prefix via run_problem.
Added ability to pass reset_iter_count from run_problem.
During grid refinement, case_prefix includes the refinement method and refinement iteration.
Refinement iteration now starts with 1, instead of 0.  When refinement is enabled, `{refine_method}_0` will be
tacked onto the case prefix.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 95.605% when pulling 198dfbe on robfalck:i718 into b995cbf on OpenMDAO:master.

@robfalck robfalck merged commit d8f8501 into OpenMDAO:master Feb 18, 2022
@robfalck robfalck deleted the i718 branch August 25, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to pass keyword arguments to Trajectory.simulate via run_problem
3 participants