Skip to content

Commit

Permalink
Update lucid.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
srpyprime authored Nov 30, 2023
1 parent 9380404 commit 76ed499
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/source/user_guide/lucid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ Here is an example of meshing the mixing elbow case for a fluid flow analysis:
Remesh surface using the Lucid module
-------------------------------------

This code shows how to replicate the preceding surface mesh results by remeshing
the surface using the Lucid module:
This code shows how to remesh the surface using the Lucid module:

.. code-block:: python
Expand All @@ -64,7 +63,7 @@ the surface using the Lucid module:
Surface wrapping using the ``lucid.Mesh`` class
-----------------------------------------------

This example shows you the method required to replicate the preceding surface mesh results:
This example shows you surface wrapping using lucid to get the desired surface mesh results:

.. code:: python
Expand Down Expand Up @@ -98,7 +97,7 @@ This example shows you the method required to replicate the preceding surface me
Prism controls for polyhedral mesh using the Lucid module
---------------------------------------------------------

This example shows how to generate the preceding poly prism method using the Lucid module:
This example shows how to generate poly prism method using the Lucid module:

.. code-block:: python
Expand Down

0 comments on commit 76ed499

Please sign in to comment.