Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 62 additions & 27 deletions doc/source/_static/dpf_operators.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/ansys/dpf/core/operators/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@
from .nodal_rotational_velocity_Y import nodal_rotational_velocity_Y
from .nodal_rotational_velocity_Z import nodal_rotational_velocity_Z
from .nodal_to_global import nodal_to_global
from .node_orientations import node_orientations
from .node_orientations_X import node_orientations_X
from .node_orientations_Y import node_orientations_Y
from .node_orientations_Z import node_orientations_Z
from .normal_contact_force import normal_contact_force
from .normal_contact_moment import normal_contact_moment
from .num_surface_status_changes import num_surface_status_changes
Expand Down
453 changes: 453 additions & 0 deletions src/ansys/dpf/core/operators/result/node_orientations.py

Large diffs are not rendered by default.

494 changes: 494 additions & 0 deletions src/ansys/dpf/core/operators/result/node_orientations_X.py

Large diffs are not rendered by default.

494 changes: 494 additions & 0 deletions src/ansys/dpf/core/operators/result/node_orientations_Y.py

Large diffs are not rendered by default.

494 changes: 494 additions & 0 deletions src/ansys/dpf/core/operators/result/node_orientations_Z.py

Large diffs are not rendered by default.

Binary file modified src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/DPFClientAPI.dll
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so
Binary file not shown.
Loading