Skip to content

Commit 6b725dd

Browse files
PProfizigithub-actions[bot]
authored andcommitted
update generated code
1 parent 7bfb054 commit 6b725dd

13 files changed

+2021
-47
lines changed

doc/source/_static/dpf_operators.html

Lines changed: 70 additions & 35 deletions
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/math/accumulate_level_over_label_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class accumulate_level_over_label_fc(Operator):
2828
----------
2929
fields_container: FieldsContainer
3030
label: str, optional
31-
Label of the fields container where it should operate.
31+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
3232
3333
Returns
3434
-------
@@ -90,7 +90,7 @@ def _spec() -> Specification:
9090
name="label",
9191
type_names=["string"],
9292
optional=True,
93-
document=r"""Label of the fields container where it should operate.""",
93+
document=r"""Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.""",
9494
),
9595
},
9696
map_output_pin_spec={
@@ -198,7 +198,7 @@ def fields_container(self) -> Input:
198198
def label(self) -> Input:
199199
r"""Allows to connect label input to the operator.
200200
201-
Label of the fields container where it should operate.
201+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
202202
203203
Returns
204204
-------

src/ansys/dpf/core/operators/math/accumulate_min_over_label_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class accumulate_min_over_label_fc(Operator):
2727
----------
2828
fields_container: FieldsContainer
2929
label: str, optional
30-
Label of the fields container where it should operate.
30+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
3131
3232
Returns
3333
-------
@@ -88,7 +88,7 @@ def _spec() -> Specification:
8888
name="label",
8989
type_names=["string"],
9090
optional=True,
91-
document=r"""Label of the fields container where it should operate.""",
91+
document=r"""Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.""",
9292
),
9393
},
9494
map_output_pin_spec={
@@ -196,7 +196,7 @@ def fields_container(self) -> Input:
196196
def label(self) -> Input:
197197
r"""Allows to connect label input to the operator.
198198
199-
Label of the fields container where it should operate.
199+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
200200
201201
Returns
202202
-------

src/ansys/dpf/core/operators/math/accumulate_over_label_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class accumulate_over_label_fc(Operator):
2727
----------
2828
fields_container: FieldsContainer
2929
label: str, optional
30-
Label of the fields container where it should operate.
30+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
3131
3232
Returns
3333
-------
@@ -86,7 +86,7 @@ def _spec() -> Specification:
8686
name="label",
8787
type_names=["string"],
8888
optional=True,
89-
document=r"""Label of the fields container where it should operate.""",
89+
document=r"""Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.""",
9090
),
9191
},
9292
map_output_pin_spec={
@@ -190,7 +190,7 @@ def fields_container(self) -> Input:
190190
def label(self) -> Input:
191191
r"""Allows to connect label input to the operator.
192192
193-
Label of the fields container where it should operate.
193+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
194194
195195
Returns
196196
-------

src/ansys/dpf/core/operators/math/average_over_label_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class average_over_label_fc(Operator):
2727
----------
2828
fields_container: FieldsContainer
2929
label: str, optional
30-
Label of the fields container where it should operate.
30+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
3131
3232
Returns
3333
-------
@@ -86,7 +86,7 @@ def _spec() -> Specification:
8686
name="label",
8787
type_names=["string"],
8888
optional=True,
89-
document=r"""Label of the fields container where it should operate.""",
89+
document=r"""Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.""",
9090
),
9191
},
9292
map_output_pin_spec={
@@ -190,7 +190,7 @@ def fields_container(self) -> Input:
190190
def label(self) -> Input:
191191
r"""Allows to connect label input to the operator.
192192
193-
Label of the fields container where it should operate.
193+
Label of the fields container where it should operate. If not defined and the input Fields Container has only one Label, the operation will be done over all the fields.
194194
195195
Returns
196196
-------

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

0 commit comments

Comments
 (0)