-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ensight-reader
updated
11 files
+3 −0 | .gitignore | |
+30 −0 | .readthedocs.yaml | |
+8 −0 | README.md | |
+2 −0 | docs/source/api-reference.rst | |
+7 −1 | ensight2obj.py | |
+6 −1 | ensight2vtk.py | |
+112 −23 | ensightreader.py | |
+3 −0 | pyproject.toml | |
+39 −0 | setup.cfg | |
+26 −3 | tests/test_cavity.py | |
+37 −6 | tests/test_sphere.py |