ibgoedge.html
来自「有限元学习研究用源代码(老外的),供科研人员参考」· HTML 代码 · 共 32 行
HTML
32 行
<TITLE>IBG 2.0 - edge computation</TITLE>
<H1>Edge Computation</H1>
<P>A remarkable property of a
<A HREF="cogeometry.html">cogeometry</A> is that boundary edges -
for example, the edges of a cube - are not part of the geometry
description. They have to be computed, usually based on a nontrivial
iteration. This allows to create grids in a situation where the
information about these edges is not available.
<P>On the other hand, this procedure may fail. Especially it tends to
fail because of rounding errors in degenerated cases. A "degenerated
case" means the edge does not intersect the planes of the octree, but
intersects some edges of the grid. Unfortunately, such "degenerated
cases" are very common, because people tend to use integer numbers as
input data as for the geometry, as for the coarse grid.
<H2>Known Problems:</H2>
<A NAME="edge-problems"><hr></A>
If the edges in the resulting grid are correct, ignore this warning.
<A NAME="edge_computation_failure"><hr></A>
<H3>Edge Computation Failure</H3>
<P>The edge computation has failed. That means, some edge points of
the geometry may have been not found. This may result in a minor error
near this edge.
<A NAME="end"><hr></A>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?