Skip to content

Commit

Permalink
#50: Add mesh tangling exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Apr 4, 2024
1 parent 7ad0ccb commit a9f93f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demos/monge_ampere1.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ def ring_monitor(mesh):
# :figwidth: 60%
# :align: center
#
# .. rubric:: Exercise
#
# To further convince yourself that there are no tangled elements, go back to the start
# of the demo and set up a :class:`movement.tangling.MeshTanglingChecker` object using
# the initial mesh. Use it to check for tangling after the mesh movement has been
# applied.
#
# This tutorial can be dowloaded as a `Python script <monge_ampere1.py>`__.
#
#
Expand Down

0 comments on commit a9f93f5

Please sign in to comment.