Skip to content
Snippets Groups Projects
Commit c662fe26 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 4be38a33
No related branches found
No related tags found
No related merge requests found
...@@ -84,21 +84,20 @@ Delaunay algorithm is subdivided in the following five steps for ...@@ -84,21 +84,20 @@ Delaunay algorithm is subdivided in the following five steps for
surface/volume discretization: surface/volume discretization:
<p> <p>
<ol> <ol>
<li> <li>trivial meshing of a box including the convex polygon/polyhedron
trivial meshing of a box including the convex polygon/polyhedron
defined by the boundary nodes resulting from the discretization of the defined by the boundary nodes resulting from the discretization of the
curves/surfaces; curves/surfaces;
<li>
creation of the initial mesh by insertion of all the nodes on the <li>creation of the initial mesh by insertion of all the nodes on the
curves/surfaces thanks to the Bowyer algorithm; curves/surfaces thanks to the Bowyer algorithm;
<li>
boundary restoration to force all the edges/faces of the <li>boundary restoration to force all the edges/faces of the
curves/surfaces to be present in the initial mesh; curves/surfaces to be present in the initial mesh;
<li>
suppression of all the unwanted triangles/tetrahedra (in <li>suppression of all the unwanted triangles/tetrahedra (in
particular those containing the nodes of the initial box); particular those containing the nodes of the initial box);
<li>
insertion of new nodes by the Bowyer algorithm until the <li>insertion of new nodes by the Bowyer algorithm until the
characteristic size of each simplex is lower or equal to the characteristic size of each simplex is lower or equal to the
characteristic length field evaluated at the center of its characteristic length field evaluated at the center of its
circumscribed circle/sphere. circumscribed circle/sphere.
...@@ -247,7 +246,7 @@ Back to <a href="/">geuz.org</a>. ...@@ -247,7 +246,7 @@ Back to <a href="/">geuz.org</a>.
<p> <p>
$Date: 2001-10-12 17:57:56 $ $Date: 2001-10-12 18:28:43 $
</BODY> </BODY>
</HTML> </HTML>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment