]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0021099: [CEA 437] interp3D hex splitting method
authoreap <eap@opencascade.com>
Thu, 20 Jan 2011 13:33:03 +0000 (13:33 +0000)
committereap <eap@opencascade.com>
Thu, 20 Jan 2011 13:33:03 +0000 (13:33 +0000)
    Make PLANAR_FACE_5 default SplittingPolicy instead of GENERAL_24

src/INTERP_KERNEL/PolyhedronIntersectorP0P0.hxx
src/INTERP_KERNEL/PolyhedronIntersectorP0P1.hxx
src/INTERP_KERNEL/PolyhedronIntersectorP1P0.hxx
src/INTERP_KERNEL/PolyhedronIntersectorP1P0Bary.hxx
src/INTERP_KERNEL/PolyhedronIntersectorP1P1.hxx

index 30d3b2af7c131353bdfbc2c002532311db2db8b4..ab78bc344a32c9c91940a3864c5dffdbb7df2d55 100644 (file)
@@ -43,7 +43,7 @@ namespace INTERP_KERNEL
     static const NumberingPolicy numPol=MyMeshType::My_numPol;
   public:
 
-    PolyhedronIntersectorP0P0(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = GENERAL_24);
+    PolyhedronIntersectorP0P0(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = PLANAR_FACE_5);
 
     ~PolyhedronIntersectorP0P0();
 
index 194449d902b13b77917f53ab8e6bff92d4648e88..cd67cd539278c17be3b23dce331ce41223150ae2 100644 (file)
@@ -43,7 +43,7 @@ namespace INTERP_KERNEL
     static const NumberingPolicy numPol=MyMeshType::My_numPol;
   public:
 
-    PolyhedronIntersectorP0P1(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = GENERAL_24);
+    PolyhedronIntersectorP0P1(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = PLANAR_FACE_5);
 
     ~PolyhedronIntersectorP0P1();
 
index 206d2f9992c48c07f626237545d5e942bd90cc17..2ed7f6df96b6136af29453e977ae0e4b8e2c3c45 100644 (file)
@@ -43,7 +43,7 @@ namespace INTERP_KERNEL
     static const NumberingPolicy numPol=MyMeshType::My_numPol;
   public:
 
-    PolyhedronIntersectorP1P0(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = GENERAL_24);
+    PolyhedronIntersectorP1P0(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = PLANAR_FACE_5);
 
     ~PolyhedronIntersectorP1P0();
 
index 899adc7319eaa175e069a0f69c71b01353365bff..05a1d68d50970c0e9144bf5c7850cd9ceec3b902 100644 (file)
@@ -43,7 +43,7 @@ namespace INTERP_KERNEL
     static const NumberingPolicy numPol=MyMeshType::My_numPol;
   public:
 
-    PolyhedronIntersectorP1P0Bary(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = GENERAL_24);
+    PolyhedronIntersectorP1P0Bary(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = PLANAR_FACE_5);
 
     ~PolyhedronIntersectorP1P0Bary();
 
index 7361886617eb1fade588e9947fb2ef3d2b49b70d..1247586b045e4820e680ea31b7e2dd80b0ecd2ca 100644 (file)
@@ -43,7 +43,7 @@ namespace INTERP_KERNEL
     static const NumberingPolicy numPol=MyMeshType::My_numPol;
   public:
 
-    PolyhedronIntersectorP1P1(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = GENERAL_24);
+    PolyhedronIntersectorP1P1(const MyMeshType& targetMesh, const MyMeshType& srcMesh, SplittingPolicy policy = PLANAR_FACE_5);
 
     ~PolyhedronIntersectorP1P1();