ibg2.html

来自「有限元学习研究用源代码(老外的),供科研人员参考」· HTML 代码 · 共 40 行

HTML
40
字号
<TITLE>IBG 2.0 - grid generation algorithm</TITLE>

<H1>grid generation algorithm</H1>

 <P>The points obtained by the octree algorithm are used as input for
the Delaunay algorithm. This results in a Delaunay grid.

 <P>Then we assing region numbers to grid cells. Between cells with
different region numbers, we create boundary face cells.

<H2>Known Problems</H2>

<H3>Bad Region Cells</H3>

<A NAME="bad region cell"><H3>Bad Region Cells</H3></A>
 If the boundary faces in the resulting grid look fine, ignore this warning.
<A NAME="end of bad region cell"><hr></A>

 <P>The Delaunay algorithm uses only the information about the point
position.  The resulting Delaunay grid may contain cells which
intersect the boundary faces.

 <P>The main idea how to avoid this is to avoid such situations in the
initial octree algorithm.  Unfortunately this is hard to achieve, and
this algorithm often fails.

 <P>If this happens, we assign the region number of the barycenter to
the critical cell.  This warning also leads to subsequent warnings
about bad face cells:


<A NAME="bad face cell"><H3>Bad Face Cells</H3></A>
 If the boundary edges in the resulting grid look fine, ignore this warning.
<A NAME="end of bad face cell"><hr></A>

 <P>This happens for the same reason as <A HREF="#bad region cell">bad
region cells</A>.  It happens where different boundary faces are close
to each other, thus, especially near boundary edges.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?