Fixes / enhancements to gsParaviewCollection #604
Merged
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.
Pull requests can only be merged after at least one review (and
approval) from @gismo/admins.
Code submitted to the stable branch should be clean, well-documented
and free of bugs.
Please consider the following checklist before issuing a pull
request:
you'd like us to include them?
List of changes:
Brought back
gsParaviewCollection::addTimestep()asGISMO_DEPRECATEDfor compatibility with older codes. The same could not be done forgsParaviewCollection::addPart(), because it caused ambiguity for the compiler. Instead a detailed comment on how to go about updating older codes to the new syntax has been added.Assertions have been added to various places, to make it a little less susceptible to user error.
Every
<DataSet>xml tag, gets a uniquenameattribute. This ensures that when using the Paraview MultiBlock Inspector, the visibility of each patch can be controlled independently.