-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vtk_helpers for DPF to VTK translation (#1581)
* Add dpf_field_to_vtk in vtk_helper.py Signed-off-by: paul.profizi <[email protected]> * Refactor vtk_helper.py Signed-off-by: paul.profizi <[email protected]> * Add tests Signed-off-by: paul.profizi <[email protected]> * Add dpf_meshes_to_vtk in vtk_helper.py Signed-off-by: paul.profizi <[email protected]> * Add dpf_fieldscontainer_to_vtk in vtk_helper.py Signed-off-by: paul.profizi <[email protected]> * Add retro criterion on tests Signed-off-by: paul.profizi <[email protected]> * Sort field naming by label_space Signed-off-by: paul.profizi <[email protected]> * Sort field naming by label_space Signed-off-by: paul.profizi <[email protected]> * Add optional mesh arguments to fields translation methods Signed-off-by: paul.profizi <[email protected]> * Fix for Docker and test on all server types Signed-off-by: paul.profizi <[email protected]> * Fix error logic when field has no mesh Signed-off-by: paul.profizi <[email protected]> * Fix test for ansys-grpc-dpf Signed-off-by: paul.profizi <[email protected]> * Add dpf_property_field_to_vtk Signed-off-by: paul.profizi <[email protected]> * Fix retro-compatibility Signed-off-by: paul.profizi <[email protected]> * Fix version_requires undefined Signed-off-by: paul.profizi <[email protected]> * Fix requirement on server version for dpf_property_field_to_vtk Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
- Loading branch information
Showing
2 changed files
with
453 additions
and
11 deletions.
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
Oops, something went wrong.