Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated code for DPF 251_vanilla_cpython on master #1771

Closed
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
10 changes: 5 additions & 5 deletions doc/source/_static/dpf_operators.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


class elastic_strain_rotation_by_euler_nodes(Operator):
"""read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer.
"""read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer.

Parameters
----------
Expand Down Expand Up @@ -73,8 +73,8 @@ def __init__(

@staticmethod
def _spec():
description = """read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer."""
description = """read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer."""
spec = Specification(
description=description,
map_input_pin_spec={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


class enf_rotation_by_euler_nodes(Operator):
"""read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer.
"""read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer.

Parameters
----------
Expand Down Expand Up @@ -71,8 +71,8 @@ def __init__(

@staticmethod
def _spec():
description = """read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer."""
description = """read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer."""
spec = Specification(
description=description,
map_input_pin_spec={
Expand Down
18 changes: 9 additions & 9 deletions src/ansys/dpf/core/operators/result/global_to_nodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class global_to_nodal(Operator):
expressed in global coordinate
system.
fieldB : Field
Nodal euler angles defined from an rst file.
those must be the rotations from
nodal to global.
Nodal euler angles defined from a result
file. those must be the rotations
from nodal to global.


Examples
Expand Down Expand Up @@ -78,9 +78,9 @@ def _spec():
name="fieldB",
type_names=["field"],
optional=False,
document="""Nodal euler angles defined from an rst file.
those must be the rotations from
nodal to global.""",
document="""Nodal euler angles defined from a result
file. those must be the rotations
from nodal to global.""",
),
},
map_output_pin_spec={
Expand Down Expand Up @@ -178,9 +178,9 @@ def fieldA(self):
def fieldB(self):
"""Allows to connect fieldB input to the operator.

Nodal euler angles defined from an rst file.
those must be the rotations from
nodal to global.
Nodal euler angles defined from a result
file. those must be the rotations
from nodal to global.

Parameters
----------
Expand Down
18 changes: 9 additions & 9 deletions src/ansys/dpf/core/operators/result/nodal_to_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class nodal_to_global(Operator):
Vector or tensor field that must be rotated,
expressed in nodal coordinate system.
fieldB : Field
Nodal euler angles defined from an rst file.
those must be the rotations from
nodal to global.
Nodal euler angles defined from a result
file. those must be the rotations
from nodal to global.


Examples
Expand Down Expand Up @@ -76,9 +76,9 @@ def _spec():
name="fieldB",
type_names=["field"],
optional=False,
document="""Nodal euler angles defined from an rst file.
those must be the rotations from
nodal to global.""",
document="""Nodal euler angles defined from a result
file. those must be the rotations
from nodal to global.""",
),
},
map_output_pin_spec={
Expand Down Expand Up @@ -177,9 +177,9 @@ def fieldA(self):
def fieldB(self):
"""Allows to connect fieldB input to the operator.

Nodal euler angles defined from an rst file.
those must be the rotations from
nodal to global.
Nodal euler angles defined from a result
file. those must be the rotations
from nodal to global.

Parameters
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


class plastic_strain_rotation_by_euler_nodes(Operator):
"""read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer.
"""read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer.

Parameters
----------
Expand Down Expand Up @@ -73,8 +73,8 @@ def __init__(

@staticmethod
def _spec():
description = """read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer."""
description = """read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer."""
spec = Specification(
description=description,
map_input_pin_spec={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


class stress_rotation_by_euler_nodes(Operator):
"""read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer.
"""read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer.

Parameters
----------
Expand Down Expand Up @@ -71,8 +71,8 @@ def __init__(

@staticmethod
def _spec():
description = """read Euler angles on elements from the rst file and rotate the fields
in the fieldsContainer."""
description = """read Euler angles on elements from the result file and rotate the
fields in the fieldsContainer."""
spec = Specification(
description=description,
map_input_pin_spec={
Expand Down
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.
Binary file modified src/ansys/dpf/gatebin/libDPFClientAPI.so
Binary file not shown.
Loading