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

📄 maincog3dtest.html

📁 有限元学习研究用源代码(老外的),供科研人员参考
💻 HTML
字号:
<TITLE>COG 2.0: 3D box</TITLE>

<H1>Intersection with another cube</H1>

 <P>In this variant, instead of the <A HREF="maincogtest.html">cube
[-1,1]<SUP>3</SUP> </A>, the intersection of the
 <A HREF="cogtest.html">test cogeometry</A> with the cube [0,1]<SUP>3</SUP>
is computed.

<H1>Another example of a 3D box</H1>

 <P>This variant of the 3D box has boundaries [0,1] instead of
 the default box with <A HREF="maincogtest.html">boundaries [-1,1]</A>.

<PRE>
#include "<A HREF="coglib.hxx">cog/coglib.hxx</A>"

cogeometry test_cogeometry();

#include "<A HREF="cogtest.cxx">cogtest.cxx</A>"

int main()
{
  cogeometry geom = test_cogeometry();

  cogenOctree gen = new <A HREF="cogenoctree.html">CogenOctree</A>();
  gen-&gt;setBorder(0.0,1.0, 0.0,1.0, 0.0,1.0);
  gen-&gt;refinementGlobal(0.4,0.4,0.4);

  wzgrid grid = (*gen)(geom);
  grid->write("test.sg");
}
</PRE>

⌨️ 快捷键说明

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