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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/averaging/elemental_mean.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/averaging/gauss_to_node_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/averaging/nodal_difference.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/averaging/to_elemental_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/averaging/to_nodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/averaging/to_nodal_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/abc_weightings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/field_band_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/field_band_pass_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/field_high_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/field_high_pass_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/field_low_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/field_low_pass_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/scoping_band_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/scoping_high_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/filter/scoping_low_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/geo/cartesian_to_spherical.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/operators/geo/elements_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def inputs(self):

@property
def outputs(self):
"""Enables to get outputs of the operator by evaluationg it
"""Enables to get outputs of the operator by evaluating it

Returns
--------
Expand Down
Loading