Skip to content

Commit

Permalink
Revert "Add diagnostic plots"
Browse files Browse the repository at this point in the history
This reverts commit 58feb9f.
  • Loading branch information
guyer committed Apr 13, 2021
1 parent af36edb commit db819ac
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/diffusion/circleQuad.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,6 @@
>>> print(phi.allclose(x, atol = 0.035)) # doctest: +GMSH
1
>>> from fipy.meshes.gmshMesh import gmshVersion
>>> version = gmshVersion()
>>> Viewer(vars=CellVariable(mesh=mesh,
... name="error - Gmsh {}".format(version),
... value=phi - x)).plot(filename="error_gmsh{}.png".format(version))
>>> Viewer(vars=CellVariable(mesh=mesh,
... name="volume - Gmsh {}".format(version),
... value=mesh.cellVolumes)).plot(filename="volume_gmsh{}.png".format(version))
>>> Viewer(vars=CellVariable(name = "non-orthogonality - Gmsh {}".format(version),
... mesh = mesh,
... value = mesh._nonOrthogonality)).plot(filename="nonorthogonality_gmsh{}.png".format(version))
Display the results if run as a script.
>>> from fipy import input
Expand Down

0 comments on commit db819ac

Please sign in to comment.