This page was generated from docs\source\examples/sphere.ipynb.

Grid generation in 2d#

[1]:
from sigmaepsilon.mesh import PolyData
from sigmaepsilon.mesh.recipes import sphere

mesh: PolyData = sphere(1.0, 40, 40)

mesh.plot(notebook=True, jupyter_backend="static", theme="document")
../_images/examples_sphere_1_0.png