Skip to content

Commit b1504b9

Browse files
Update generated code for DPF 261_daily on main (#2714)
Co-authored-by: PProfizi <[email protected]>
1 parent d0413ab commit b1504b9

File tree

9 files changed

+2001
-27
lines changed

9 files changed

+2001
-27
lines changed

doc/source/_static/dpf_operators.html

Lines changed: 62 additions & 27 deletions
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/result/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@
234234
from .nodal_rotational_velocity_Y import nodal_rotational_velocity_Y
235235
from .nodal_rotational_velocity_Z import nodal_rotational_velocity_Z
236236
from .nodal_to_global import nodal_to_global
237+
from .node_orientations import node_orientations
238+
from .node_orientations_X import node_orientations_X
239+
from .node_orientations_Y import node_orientations_Y
240+
from .node_orientations_Z import node_orientations_Z
237241
from .normal_contact_force import normal_contact_force
238242
from .normal_contact_moment import normal_contact_moment
239243
from .num_surface_status_changes import num_surface_status_changes

src/ansys/dpf/core/operators/result/node_orientations.py

Lines changed: 453 additions & 0 deletions
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/result/node_orientations_X.py

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/result/node_orientations_Y.py

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/result/node_orientations_Z.py

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.
4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
4.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)