⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wztest.html

📁 有限元学习研究用源代码(老外的),供科研人员参考
💻 HTML
字号:
<TITLE>WZ - Default Test</TITLE>

<H1>Default Test</H1>

 <P>You can replace this default code by other test code if you want
to test some of the basic packages. This is usually not necessary,
more for my own test environment.  But, may be, you like my basic
classes too, in this case the code may be interesting for you. Else,
do not use the following command:

 <P>&gt; use wz <B>opt</B>

 <P>Here, <B>opt</B> denotes one of the following options:

 <UL>
 <LI> without option, this default will be recovered. Moreover, you
see the actual list of options. Mail me if the list below is invalid;
 <LI> <A HREF="wzarraytest.html">array</A>: arrays with unspecified
length;
 <LI> <A HREF="wzrangetest.html">range</A>: manages several arrays;
 <LI> <A HREF="wzsafepointertest.html">safepointer</A>: secure pointer
management;
 <LI> <A HREF="wzcomponenttest.html">component</A>: looks like a
component, but is a call;
 <LI> <A HREF="wzoutputtest.html">output</A>: formatted output;
 <LI> <A HREF="wzpixmaptest.html">pixmap</A>: reads pixmaps (only ppm)
 <LI> <A HREF="wzpointtest.html">point</A>: the point class;
 <LI> <A HREF="wzsegmenttest.html">segment</A>: regions, faces, edges,
vertices;
 <LI> <A HREF="wzwarnigtest.html">warning</A>: the information
management;
 </UL>

 <P>This default is the usual 

<PRE>
void test()
{
  <A HREF="segtest.html">test_segment_description</A> test_segments;
  cogeometry geom = <A HREF="cogtest.html">test_cogeometry</A>();
  ibgcriteria ref = <A HREF="reftest.html">test_refinement</A>();
  ibgcoarse   box = <A HREF="boxtest.html">test_coarse</A>();
  ibggenerator gen = <A HREF="gentest.html">test_generator</A>();
  wzgrid grid = (*gen)(geom,box,ref);
  <A HREF="outtest.html">test_output</A>(geom,grid);
  delete grid;
}
</PRE>

⌨️ 快捷键说明

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