Nodal Discontinuous Galerkin Methods: Algorithms, Analysis and Applications ../Book/NodalDG.html
 ../Book/NodalDG.html
 

Introduction to Meshing with Jeomtri

MUDG is a Java based applet that creates triangle meshes for polygonal domains with or without optional polygonal holes.

MUDG is a simple stand alone mesh generator using possibly the world’s slowest implementation of the
constrained Delaunay triangulation algorithm.

To use this you must have java enabled in your browser.

To use:
0. Navigate to “Jeomtri” 

1. Click to Trust to allow the applet to run.

2. Click on “Load Domain” and choose a geometry file to mesh (Example: judgmesh.jeo)

3. Click on “Mesh” and wait, and wait...

4. Click on “Smooth” to smooth the mesh and wait.

5. When done, click on “Save Mesh” and choose a location and the name of file to save the computed mesh to. 
Jeomtri.htmlIntroduction_files/judgmesh.jeoshapeimage_4_link_0shapeimage_4_link_1
Java implementation by:
Toby Isaac, Lucas Wilcox & Tim Warburton

based on the Jama matrix library for Java.http://math.nist.gov/javanumerics/jama/shapeimage_5_link_0
The mesh generation algorithm is based on the constrained Delaunay triangulation algorithm of Shewchuk. 
Click here for more details http://www.cs.cmu.edu/~quake/triangle.html