-
Notifications
You must be signed in to change notification settings - Fork 849
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
Restart Features for some python scripts #964
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
993a44f
temporal hotfix vorticity issue 2d
ScSteffen 6195920
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
ScSteffen a272741
restart files for shape optimization, part 1, not stable
ScSteffen 004fdec
Merge branch 'develop' of https://github.com/su2code/SU2 into feature…
ScSteffen 13b9d8e
restart for shapeoptimization part 2 not stable
ScSteffen c29f9f6
restart flow for unsteady shape_optimization part3 working locally
ScSteffen 46d9604
Merge branch 'develop' into feature_restart
ScSteffen 224c634
Testing whats wrong
ScSteffen 905972c
Merge branch 'feature_restart' of https://github.com/ScSteffen/SU2 in…
ScSteffen 98a0855
small fix
ScSteffen 11ac915
added test case for optimization restart
ScSteffen e586cbe
spelling error
ScSteffen bdef341
Merge branch 'develop' into feature_restart
ScSteffen 42bd80c
Sensitivity default added for adjoint restart files, opti test case t…
ScSteffen bdc52c5
Merge branch 'feature_restart' of https://github.com/ScSteffen/SU2 in…
ScSteffen d4f5937
removed screen output of test case
ScSteffen 5f7fe80
restart capabilities for directdiff
ScSteffen 8276531
error messages if file not found. try to repair broken test cases.
ScSteffen 9845a78
changed error message. Reset test case.
ScSteffen ddbea68
first order time stepping added, test cases added for directdiff and …
ScSteffen 50d0cbe
paste error fixed
ScSteffen 32006e6
Merge branch 'develop' into feature_restart
ScSteffen 4f0c3d8
fixed directdiff test
ScSteffen 7caecb3
Merge branch 'feature_restart' of https://github.com/ScSteffen/SU2 in…
ScSteffen 658ce2d
Merge branch 'develop' into feature_restart
ScSteffen 1bc184e
further fix test case
ScSteffen a86b6b8
Merge branch 'feature_restart' of https://github.com/ScSteffen/SU2 in…
ScSteffen d8f5b73
other version of the SENSITIVITY fix
ScSteffen e8e0216
small changes test case
ScSteffen a2b18ab
small change to restart the test framework...
ScSteffen 2472231
remove directdiff restart case.
ScSteffen c3d981b
Merge branch 'develop' into feature_restart
ScSteffen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I think this way of what happens in the output stays in the output is clearer, even if it requires duplicating a bit of code across the different adjoint output classes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, thanks for your feedback on this :)