Running this example results in the following error:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[4], [line 1](vscode-notebook-cell:?execution_count=4&line=1)
----> [1](vscode-notebook-cell:?execution_count=4&line=1) quad_mesh = custom_mesh(lengths=0.8, element_order=1, quads=True)
2 tri_mesh = custom_mesh(lengths=1, element_order=2, quads=False)
NameError: name 'custom_mesh' is not defined
Related to openjournals/joss-reviews#10973
Running this example results in the following error:
Related to openjournals/joss-reviews#10973