examples.html
来自「有限元学习研究用源代码(老外的),供科研人员参考」· HTML 代码 · 共 37 行
HTML
37 行
<TITLE>IBG: Examples</TITLE>
<H1>Examples</H1>
<P>If you have successfully <A HREF="install.html">installed</A> IBG,
you can try out the examples.
<P>There are different examples, try
<PRE>
make
</PRE>
<P>for the actual list of these examples. Remark that some of them
are 3D test examples which will not work in the <A
HREF="install.html#2D">2D version</A>, but require the complete <A
HREF="install.html#3D">3D version</A>.
<P>Se more information for some of the examples:
<UL>
<LI> <A HREF="mainpix.html">make pix</A>
</UL>
<P>All these test examples create a binary in the subdirectory <A
HREF="../bin">ibg/bin</A> named ibg. They write the resulting grid
into the subdirectory <A HREF="../test">ibg/test</A>. The grid is
written in a simple <A HREF="simplex.html">Simplex Grid Format</A>.
<P>For the 3D examples, the grid generator creates a 3D grid, but
usually only the surface grid will be written out. You can
<A HREF="output.html">change this easily</A>.
<P>There will be some informational messages on your standard output
about the grid generation process.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?