links.html

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

HTML
43
字号
<TITLE>Links</TITLE>

<H1>Links</H1>

<H2><A HREF="index.html">COG 2.0</A></H2>

 <P>A grid generation and geometry description package. The most
innovative part of this package is the easy to use geometry
description.

 <UL>
 <LI> <A HREF="about.html">about</A>;
 <LI> <A HREF="install.html">installation</A>;
 <LI> <A HREF="mainstarttest.html">startup pattern</A>;
 <LI> <A HREF="tutorial.html">tutorial</A>;
 <LI> <A HREF="problem.html">problem fixing</A>;
 <LI> <A HREF="cogtest.html">COG 1.0</A> (geometry description)
 <LI> <A HREF="outtest.html">output</A>
 <LI> <A HREF="test.html">main test program</A>
 <LI> <A HREF="errors.html">error handling</A>;
 <LI> <A HREF="warnings.html">warnings</A>;
 </UL>

<H2>WZ 1.0</H2>

A general purpose C++ class library. Contains some problem-independent
or basic classes developed for COG 2.0 which may be of interest in
another context too:

 <UL>
 <LI> infinite <A HREF="wzarraytest.html">arrays</A>;
 <LI> <A HREF="wzrangetest.html">ranges</A>;
 <LI> <A HREF="wzsafepointertest.html">safe pointers</A>;
 <LI> <A HREF="wzcomponenttest.html">components</A> with access calls;
 <LI> <A HREF="wzwarningtest.html">warnings</A>;
 <LI> formatting <A HREF="wzoutputtest.html">output</A>;
 <LI> getting <A HREF="wzpixmaptest.html">pixmaps</A>;
 <LI> defining <A HREF="wzsegmenttest.html">segments</A> (regions,
faces, edges, vertices);
 <LI> <A HREF="wzpointtest.html">points</A> 
 </UL>

⌨️ 快捷键说明

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