Skip to content

Commit a5caaf5

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

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

doc/source/_static/dpf_operators.html

Lines changed: 8 additions & 8 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
-------
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)