-
Couldn't load subscription status.
- Fork 23
Update MeshedRegion.grid coordinates when necessary and clear data before plotting. #513
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 49 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
b39d904
Remove the MeshedRegion.grid cache to allow for plotting of modified …
PProfizi 55bbd9f
Revert "Remove the MeshedRegion.grid cache to allow for plotting of m…
PProfizi 5e05ecd
Rather than removing the cache, reset the grid after a call to set_co…
PProfizi 52afa44
Upload the doc even if failed, to be able to check on it.
PProfizi f6c89cc
Add grid.clear_data() to DpfPlotter.add_mesh as well as to Plotter.pl…
PProfizi d057409
Update the grid.points when setting coordinates field instead of inva…
PProfizi 10358ca
Update the grid.points when setting coordinates field instead of inva…
PProfizi 792ab30
Improve coverage.
PProfizi 03d3ba7
Improve coverage and fix data copy.
PProfizi e27416c
Decorate setters to invalidate the grid entirely.
PProfizi f8a3514
Add an actual clean command.
PProfizi 5651022
Add an actual clean command.
PProfizi 59a7ec7
Set default language as "en" in conf.py to remove warning.
PProfizi a399da9
Fix 08.averaging\README.txt
PProfizi a748683
Fix indent
PProfizi f122405
Fix indent
PProfizi f4ba135
Fix warnings
PProfizi 75032b0
Exclude examples/python_plugins from APIDOC as well as examples/examp…
PProfizi 0f81110
Indicate to autodoc that ansys.dpf.core.examples.python_plugins shoul…
PProfizi 7352a5a
Resolve sphinx warning
PProfizi ec1b333
Try installing pandoc
PProfizi 6f5e080
Comment-out other jobs
PProfizi ce9d569
Comment-out other jobs
PProfizi f8afb5f
Add -P as argument to sphinx build, which runs the Python debugger pd…
PProfizi 54e788a
Add a reset function after each example equivalent to the kill-dpf-se…
PProfizi 483a25c
try shutting down servers manually.
PProfizi c24c430
Reset as it did not work.
PProfizi 946f91c
Count servers both before and after each example
PProfizi ee1d2f5
Count servers both before and after each example
PProfizi da92d26
Update ansys/dpf/core/meshed_region.py
PProfizi 23c5ece
Comment 03-exchange_data_between_servers.py
PProfizi 89d4f75
Comment 11-server_types.py
PProfizi 7a8935b
Add a waiting time for servers to close.
PProfizi a889e3b
Adjust MeshedRegion's setter tests for set_coordinate_field and set_p…
PProfizi d380be3
Proposal for a wrapper which deals with updating the vtk grid object …
PProfizi 2c3414b
Fix flake8
PProfizi ed41364
Rescope to the issue at end: update the coordinates.
PProfizi 141693d
Fix flake8
PProfizi 0f2ab19
Merge branch 'master' into fix/remove_grid_cache
PProfizi 3358caf
Merge branch 'master' into fix/doc_generation_2
PProfizi 62999b4
Add garbage collection and call shutdown_all_session_servers after ea…
PProfizi 0c5a2e1
Revert "Comment 11-server_types.py"
PProfizi 4d7e2ba
Revert "Comment 03-exchange_data_between_servers.py"
PProfizi 78b20ba
Shut servers down and collect garbage before the examples too.
PProfizi f686012
Merge branch 'master' into fix/doc_generation_2
PProfizi c037168
Revert "Comment-out other jobs"
PProfizi 6087460
Revert "Comment-out other jobs"
PProfizi 7d647c8
Merge branch 'master' into fix/remove_grid_cache
PProfizi 9199890
Merge branch 'fix/doc_generation_2' into fix/remove_grid_cache
PProfizi fed2f19
Merge branch 'master' into fix/remove_grid_cache
PProfizi 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| .. _averaging_examples | ||
| .. _averaging_examples: | ||
|
|
||
| Averaging examples | ||
| ================== | ||
|
|
||
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
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.
Have you checked what happens with meshes containers?
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.
It works.