diff --git a/dev/CheatSheet/index.html b/dev/CheatSheet/index.html index 166a295f..2c1f4fd3 100644 --- a/dev/CheatSheet/index.html +++ b/dev/CheatSheet/index.html @@ -18,4 +18,4 @@ remove!(p, name) *Curve in outer boundary* remove!(p, name, innerBoundaryName) *Curve in inner boundary* removeRefinementRegion!(p, name)
All items have set/get methods to edit them. Most actions have undo()
and redo()
. To find out what the next undo/redo actions are, use undoActionName()
and redoActionName()
to print them to the screen.
generate_mesh(p)
- remove_mesh!(p)
Settings
This document was generated with Documenter.jl version 0.27.25 on Sunday 1 October 2023. Using Julia version 1.6.7.