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

update the solution before the convergence criteria control flow #32

Merged

Conversation

ghost
Copy link

@ghost ghost commented Jul 7, 2017

This pull request modifies SUBROUTINE BD_DynamicSolutionGA2 to update the dynamic quantities before entering the control flow for checking convergence rather than after. Since the convergence control flow returns immediately if the convergence criteria is met, this pull request ensures that the solution will be properly updated during the iteration that reaches convergence.

@ghost ghost requested review from michaelasprague and HaymanConsulting July 7, 2017 01:04
Copy link
Contributor

@michaelasprague michaelasprague left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The position of this call in the original was clearly in error, and the pull request fixes that.

@michaelasprague michaelasprague merged commit ff90fc1 into OpenFAST:dev Jul 11, 2017
@ghost ghost deleted the feature/update_solution_before_return branch July 12, 2017 21:48
@ghost ghost mentioned this pull request Apr 16, 2019
@caroledaniel caroledaniel mentioned this pull request Feb 27, 2020
@HYFOAM HYFOAM mentioned this pull request Nov 29, 2020
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.

2 participants