Skip to content

Commit

Permalink
update TriMesh.from_polymesh documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed May 21, 2021
1 parent 4aaa1ad commit 17dd92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/microstructpy/meshing/trimesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ def from_polymesh(cls, polymesh, phases=None, mesher='Triangle/Tetgen',
is not set for each phase. This option is used with Triangle or
TetGen. Defaults to infinity, which turns off this control.
max_edge_length (float): The maximum edge length of elements
along grain boundaries. This option is used with Triangle.
Defaults to infinity, which turns off this control.
along grain boundaries. This option is used with Triangle
and gmsh. Defaults to infinity, which turns off this control.
mesh_size (float): The target size of the mesh elements. This
option is used with gmsh. Default is infinity, whihch turns off
this control.
Expand Down

0 comments on commit 17dd92e

Please sign in to comment.