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

📄 outfulltest.html

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

<H1>View Geometry And Write</H1>

 <P>The following code starts the geometry viewer for the original
geometry as well as for the geometry defined by the grid. It also
writes the grid into the file "test.sg" in format Simplex 2.0.

<PRE>
void		test_output(cogeometry geom, wzgrid grid)
{
  if(grid-&gt;gridDim&gt;1){	// implementation restriction;
    CogeometryGrid gg(grid); cogOutput(&amp;gg, geom);
  }else{
    cogOutput(geom);
  }
  grid-&gt;write("test");
}
</PRE>

⌨️ 快捷键说明

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