warnings.html

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

HTML
36
字号
<H1>Warnings</H1>

 <P>Warnings occur in different parts of the program. See
 <A HREF="wzwarningtest.html">how to use them</A> in the program.  See

 <UL>
 <LI> <A HREF="delaunay.html#warnings">Delaunay grid generation</A>;
 </UL>


<A NAME="Untested"> <hr></A>
<H2>Untested Situations</H2>

 <P>The program has reached untested code parts.  Thus, the
probability of program errors is high. You can <A
HREF="wzwarningtest.html#suppress"> suppress</A> the output with

<PRE>
 wzWarning::Untested.ignore();
</PRE>

 <P>If the description of the situation is not listed in the <A
HREF="fixing.html#Untested"> list of fixed situations</A>, and you
can easily simplify your code so that only a single test file causes
the unexpected situation, it would be nice to send this file to <A
HREF="mailto:schmelzer@wias-berlin.de"> schmelzer@wias-berlin.de</A>.

<A NAME="Unexpected"> <hr></A>

<H2>Unexpected Failure</H2>

 <P>This may be an exception not caused but catched by IBG, or
an internal error of the IBG exception handling.

<A NAME="End"> <hr></A>

⌨️ 快捷键说明

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