Skip to content

Commit 8886491

Browse files
committed
Merged PR 336793: generate operators for vtu
generate operators Related work items: #692131
2 parents 43c39bf + 4ad6091 commit 8886491

File tree

5 files changed

+1054
-0
lines changed

5 files changed

+1054
-0
lines changed

.ci/code_generation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"libAns.Dpf.LSDYNAHGP.so",
1717
"libAns.Dpf.LivePost.so",
1818
"libans.dpf.pointcloudsearch.so",
19+
"libAns.Dpf.Vtk.so",
1920
]
2021
else:
2122
LIB_TO_GENERATE = [
@@ -28,6 +29,7 @@
2829
"Ans.Dpf.LSDYNAHGP.dll",
2930
"Ans.Dpf.LivePost.dll",
3031
"Ans.Dpf.PointCloudSearch.dll",
32+
"Ans.Dpf.Vtk.dll",
3133
]
3234

3335
local_dir = os.path.dirname(os.path.abspath(__file__))

ansys/dpf/core/operators/serialization/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
from .vtk_to_fields import vtk_to_fields
1616
from .migrate_file_to_vtk import migrate_file_to_vtk
1717
from .serialize_to_hdf5 import serialize_to_hdf5
18+
from .vtu_export import vtu_export
19+
from .migrate_to_vtu import migrate_to_vtu

0 commit comments

Comments
 (0)