README: add ex11 volume mesh, drop airfoil timing note
1 changed file+7−4
README.mdmodified+7−4View file
@@ -37,13 +37,16 @@ which fetches DistMesh on first use.
3737 - [`ex09_torus.m`](ex09_torus.m) — uniform mesh on a torus.
3838 - [`ex10_ellipsoid.m`](ex10_ellipsoid.m) — uniform mesh on an ellipsoid.
3939
40+## Volume meshes (`distmeshnd`)
41+
42+- [`ex11_unit_ball.m`](ex11_unit_ball.m) — uniform tetrahedral mesh filling the
43+ solid 3-D unit ball, using the general N-D generator.
44+
4045 ## Notes
4146
4247 All examples animate as the mesh relaxes; drag to rotate the surface meshes.
43-`ex06_naca_airfoil.m` is by far the heaviest and can take up to a minute or so
44-in the browser. The geometries
45-use the helper distance functions `dcircle`, `drectangle`, `dpoly`, `dsphere`,
46-`ddiff`, ... that ship with DistMesh.
48+The geometries use the helper distance functions `dcircle`, `drectangle`,
49+`dpoly`, `dsphere`, `ddiff`, ... that ship with DistMesh.
4750
4851 ## Reference
4952