]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
authoreap <eap@opencascade.com>
Mon, 18 Jan 2010 10:24:40 +0000 (10:24 +0000)
committereap <eap@opencascade.com>
Mon, 18 Jan 2010 10:24:40 +0000 (10:24 +0000)
commita0d7c68fec1d49e1e62c0f11fa3a3456524545f6
tree5b43f8c6841a39b0a3e2ecd39c59cbe2d401863d
parent5f5464d34bb79b13070b1507e6912f11313e1cb6
0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
* Implement splitting cells of types other than hexahedron:

+    void splitPenta5(typename std::vector< SplitterTetra<MyMeshTypeS>* >& tetra);
+    void splitConvex(typename MyMeshTypeT::MyConnType                     targetCell,
+                     typename std::vector< SplitterTetra<MyMeshTypeS>* >& tetra);
src/INTERP_KERNEL/SplitterTetra.hxx
src/INTERP_KERNEL/SplitterTetra.txx