-
Notifications
You must be signed in to change notification settings - Fork 847
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
Support for Paraview/VTK XML (*.vtu) and Multiblock (*.vtm) visualization files #845
Merged
Merged
Changes from 60 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
4095025
Adding new config enums and files
talbring 24dfc64
Error checking for multizone and multiblock output
talbring fd0f845
New filewriter constructor
talbring a45d7a7
Added new routine to sort specified markers
talbring 3940056
Adding VTM filewriter header
talbring 6fc9e04
Adding VTK XML filewriter header
talbring dccbb71
Adding files to meson
talbring 598f262
adding new file cases to output class
talbring 8bf4ea1
Adding vtm filewriter implementation
talbring 22b9f0a
Adding vtk xml writer implementation
talbring ad9969b
Added missing meson entries
talbring f288783
Added time value and data set writing to vtm output
talbring b7e1861
Updated vtk xml writer for serial compilation
talbring faad7dd
Updated WriteToFile routine
talbring e6c443c
Small fix for AD compilation
talbring c12c3f9
adding case name field to config
talbring b1bfc3e
Removed redundant information from filewriter/sorting routines
talbring 348fca0
Adapted allocation of filewriters/sorting routines
talbring 68abcfc
Added more comments to multiblock section and changed filename to be …
talbring 2fa3dfc
Changed folder name to case name and moved zone data to folder
talbring 166ce1a
Added multizone name to vtm file
talbring 08f5f3b
Some fixes
talbring 778a6f0
Adding comments
talbring 37770b4
Fix for windows compilation
talbring e89a298
Added const and missing windows includes
talbring 52abba3
Used split to determine case name
talbring 43be40e
Made variable names more consistent and shadowing of inherited variables
talbring 9fb5513
Added routine to get type info
talbring 9c47e8e
Replaced some of the pointers with vectors
talbring 2253229
Removed trailing whitespaces
talbring 1708fa3
Added marker specific sorting routine to FEM sorter
talbring 87c8117
Small fix
talbring 81d6264
replacing most map accesses with at function
talbring 32895cd
Disabling per-zone history files by default
talbring 953ada7
Small fix
talbring 69af2bf
Merge branch 'develop' of github.com:su2code/SU2 into feature_multiblock
talbring 156a082
Small fixes and comments
talbring d1a19c5
Small fix for non-mpi compilation
talbring 09ccf2d
Merge branch 'develop' into feature_multiblock
talbring 5bcc0ba
Fixed whitespaces in all output files
talbring 757898a
Adding const
talbring dff465c
Adding common routines to write to a file using MPI I/O the CFileWrit…
talbring 52d6eac
use new routines for MPI I/O writing in XML writer
talbring 177545e
use new routines for MPI I/O writing in SU2 binary writer
talbring ce030e5
Some small refactoring of how the number of elements are stored in th…
talbring 4088ce3
Updating legacy paraview writer to use the new functions
talbring 4946d3b
Updating paraview xml writer
talbring ce99d3e
Removing redundant member variables
talbring 8609172
changing dyn. allocation to static
talbring a84ce0b
small fix
talbring 04d0814
Merge branch 'develop' into feature_multiblock
talbring 0750f38
Some refactoring and renaming of variables in data sorter
talbring b60b84d
Adapting paraview binary writers
talbring 73583dd
Removing #ifdef HAVE_MPI for collective calls in datasorters
talbring 36cbbb2
Adapting tecplot output
talbring 98a7ef8
Another round of fixes
talbring e3632c1
Merge branch 'develop' of github.com:su2code/SU2 into feature_multiblock
talbring f03acf7
Adding bandwidth output
talbring 7bdbc1d
Removing some code duplication
talbring cdef521
Merge branch 'develop' into feature_multiblock
talbring 53847b0
Merge branch 'develop' into feature_multiblock
pcarruscag a0568f7
Small fixes
talbring b78b443
Fixed alignment
talbring b636f09
Fixed memory leak
talbring 253fc16
Fixed some comments and renamed some variables
talbring a1dbcaa
Fixed alignment
talbring 1871754
Merge branch 'develop' into feature_multiblock
talbring afc203d
Updating automake files
talbring 318acd1
Merge branch 'feature_multiblock' of github.com:su2code/SU2 into feat…
talbring 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
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.
You can do std::any_of if you want to be more c++11