-
Notifications
You must be signed in to change notification settings - Fork 918
Small update of the python fsi interface #1148
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
db79055
Introduced more general treatment of forcing
f522bb5
Small bug in for statement
aa2eb23
Small bug with variable name
4ebf81b
Fixing switch statement
3a8044a
Introduced blended step
97247db
Introduced compute_polar_modes.py
2f63738
Small bug with time
a1e4a50
Removed and installed compute_polar_modes
3bb57d0
Added comment, later to be removed
61a38c1
Couple of modifications related to old treatment of iterations
76f1971
Removed unrequired output
2d97cfb
Test case for regression
15ddc06
Merge remote-tracking branch 'upstream/develop' into publish
ab36f35
Modifications for code factor
9b94b0d
Removed unrequired file
0a4b679
Removed unrequired meson line
d6a10d7
Corrected headers
b741878
Removed unrequired options
0b38cd0
Better handling of errors
97f43e1
Improved output
c999648
Merge branch 'develop' into publish
Nicola-Fonzi a2a10c6
Merge branch 'develop' into publish
Nicola-Fonzi 35cec33
Debug ParMETIS
80f2188
Debug ParMETIS 2
ab406ac
Removed Debug
eff5051
Merge branch 'develop' into publish
Nicola-Fonzi 1f2eb89
Merge branch 'develop' into publish
Nicola-Fonzi 1892518
Removed py_su2_nastran test case
9459d39
Grid velocities printed also for deform_mesh case
defcfe7
Fixed restart and applied defaults
f3c2ef6
Grid velocities for compressible case output
72f1ff6
Better handling of multiple imposed motions
407af27
Merge branch 'develop' into publish
Nicola-Fonzi 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Is this output not relevant?
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 it is redundant as the number of inner iterations are displayed in any case. Plus, the number of inner iterations is actually nInnerIter, thus that output always display Total number of internal Dual Time iterations: 0
Is it maybe a legacy of old implementations?