cogsplittest.html

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

HTML
28
字号
<TITLE>COG 1.0 - CogeometrySplit</TITLE>

<H2>class CogeometrySplit</H2>

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

 <P>Assume we have given two geometries.  For every point we have two
regions containing this point.  The class <B>CogeometrySplit</B>
splits only one region of the first cogeometry
and leaves the other regions unchanged;

<PRE>
cogeometry	test_cogeometry()
{
  cogeometry geom1 = test_cogeometry_1();
  cogeometry geom2 = test_cogeometry_2();
  return new CogeometrySplit(geom1,wzRegion(1),geom2);
}

#ifdef test_cogeometry
this code can be used only in cogtest.cxx !!!!!  see test.html#parameters for more;
#endif

</PRE>

⌨️ 快捷键说明

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