Skip to content

Commit

Permalink
Adjust docstring about Ansys and Abaqus meshes
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Maier <[email protected]>
  • Loading branch information
maierbn committed Oct 11, 2023
1 parent c1516ca commit adb698b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pylife/mesh/gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def gradient_of(self, value_key):

@pd.api.extensions.register_dataframe_accessor('gradient_3D')
class Gradient3D(Mesh):
'''Computes the gradient of a value in a 3D mesh that was imported from Ansys or Abaqus.
'''Computes the gradient of a value in a 3D mesh.
Accesses a `mesh` registered in :mod:`meshsignal`. The accessor for this type of computation
is `gradient_3D`. Example usage:
Expand Down
2 changes: 1 addition & 1 deletion src/pylife/mesh/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@pd.api.extensions.register_dataframe_accessor('surface_3D')
class Surface3D(Mesh):
'''Determines nodes at the surface in a 3D mesh that was imported from Ansys or Abaqus.
'''Determines nodes at the surface in a 3D mesh.
It also computes the outward normal vectors of the surface.
Raises
Expand Down

0 comments on commit adb698b

Please sign in to comment.