]> SALOME platform Git repositories - tools/medcoupling.git/log
Salome HOME
tools/medcoupling.git
14 years agoUpdate from V515BR
ageay [Wed, 13 Oct 2010 10:30:10 +0000 (10:30 +0000)]
Update from V515BR

14 years agoUpdate from V515BR
ageay [Wed, 13 Oct 2010 10:24:39 +0000 (10:24 +0000)]
Update from V515BR

14 years agoMerge from BR_ParaMEDSPLITTER
eap [Fri, 8 Oct 2010 11:38:15 +0000 (11:38 +0000)]
Merge from BR_ParaMEDSPLITTER

+#ifdef ENABLE_PARMETIS
+// include parmetis.h even if it is not needed here
+// to avoid inclusion of c++ definitions within extern "C"
+// from metis.h from parmetis.h from mpi.h(openmpi) from mpicxx.h
+#include <parmetis.h>
+#endif
 extern "C"
 {
 #include "metis.h"

14 years agoMerge from BR_ParaMEDSPLITTER
eap [Fri, 8 Oct 2010 11:23:07 +0000 (11:23 +0000)]
Merge from BR_ParaMEDSPLITTER
  * medsplitter_para created

14 years agoMerge from BR_ParaMEDSPLITTER
eap [Fri, 8 Oct 2010 11:22:28 +0000 (11:22 +0000)]
Merge from BR_ParaMEDSPLITTER
  * Fix indenatation

14 years agoMerge from V5_1_main 10/06/2010 V6_1_BR TRIPOLI_302 TRIPOLI_303 V6_1_0 V6_1_0a1 V6_1_0a2 V6_1_0rc1 V6_1_0rc2 V6_1_0rc3
vsr [Thu, 10 Jun 2010 09:04:33 +0000 (09:04 +0000)]
Merge from V5_1_main 10/06/2010

14 years agoMerge from V5_1_main branch 14/05/2010
vsr [Fri, 14 May 2010 20:25:56 +0000 (20:25 +0000)]
Merge from V5_1_main branch 14/05/2010

14 years agoMerge from V5_1_main 14/05/2010
vsr [Fri, 14 May 2010 14:55:02 +0000 (14:55 +0000)]
Merge from V5_1_main 14/05/2010

14 years agoRef counting in SUPPORT,MESH, FIELD. valgrind =0. AfterRefCount1
ageay [Thu, 1 Apr 2010 06:43:05 +0000 (06:43 +0000)]
Ref counting in SUPPORT,MESH, FIELD. valgrind =0.

14 years agoRemoves warning BeforeRefCount
ageay [Fri, 12 Mar 2010 11:04:47 +0000 (11:04 +0000)]
Removes warning

14 years agoAddition of one test for interpolation of from/to -1D mesh.
ageay [Fri, 19 Feb 2010 11:38:12 +0000 (11:38 +0000)]
Addition of one test for interpolation of from/to -1D mesh.

14 years agoUsefull method for ParaMEDMEM.
ageay [Fri, 19 Feb 2010 11:36:10 +0000 (11:36 +0000)]
Usefull method for ParaMEDMEM.

14 years agoCorrection of bug concerning -1D mesh.
ageay [Fri, 19 Feb 2010 11:35:46 +0000 (11:35 +0000)]
Correction of bug concerning -1D mesh.

14 years agoAddition of -1D management in ParaMEDMEM.
ageay [Fri, 19 Feb 2010 11:34:24 +0000 (11:34 +0000)]
Addition of -1D management in ParaMEDMEM.

14 years agoSwitch of method names.
ageay [Thu, 18 Feb 2010 07:27:50 +0000 (07:27 +0000)]
Switch of method names.

14 years agoSome tests to validate -1D management by Remapper.
ageay [Thu, 18 Feb 2010 07:26:54 +0000 (07:26 +0000)]
Some tests to validate -1D management by Remapper.

14 years agoInversion of method name.
ageay [Thu, 18 Feb 2010 07:26:11 +0000 (07:26 +0000)]
Inversion of method name.

14 years agoDealing -1D UMesh measureField.
ageay [Thu, 18 Feb 2010 07:25:34 +0000 (07:25 +0000)]
Dealing -1D UMesh measureField.

14 years agoAdd in Remapper -1D mesh management.
ageay [Thu, 18 Feb 2010 07:24:57 +0000 (07:24 +0000)]
Add in Remapper -1D mesh management.

14 years agoFix compilation problems
maintenance team [Wed, 17 Feb 2010 15:39:10 +0000 (15:39 +0000)]
Fix compilation problems

14 years agoHashMap implementation in INTERP_KERNEL to avoid warnings due to non standard functio...
ageay [Wed, 17 Feb 2010 14:24:09 +0000 (14:24 +0000)]
HashMap implementation in INTERP_KERNEL to avoid warnings due to non standard functionalities.

14 years agoUpdate filenames for doc parsing.
ageay [Wed, 17 Feb 2010 07:39:34 +0000 (07:39 +0000)]
Update filenames for doc parsing.

14 years agoFix compilation problems
maintenance team [Mon, 15 Feb 2010 16:32:28 +0000 (16:32 +0000)]
Fix compilation problems

14 years ago*** empty log message ***
ageay [Mon, 15 Feb 2010 16:16:42 +0000 (16:16 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Mon, 15 Feb 2010 15:55:40 +0000 (15:55 +0000)]
*** empty log message ***

14 years agoadd exception on SetInterpolationOptions
secher [Mon, 15 Feb 2010 09:24:24 +0000 (09:24 +0000)]
add exception on SetInterpolationOptions

14 years ago*** empty log message ***
ageay [Mon, 15 Feb 2010 07:32:46 +0000 (07:32 +0000)]
*** empty log message ***

14 years agoone InterpolationOptions by coupling
secher [Fri, 12 Feb 2010 10:48:28 +0000 (10:48 +0000)]
one InterpolationOptions by coupling

14 years agoinheritance from InterpolationOptions
secher [Wed, 10 Feb 2010 15:14:13 +0000 (15:14 +0000)]
inheritance from InterpolationOptions

14 years ago0020687: [CEA 376] #define in MEDMEM (and elsewhere ?)
vsr [Tue, 9 Feb 2010 09:35:30 +0000 (09:35 +0000)]
0020687: [CEA 376] #define in MEDMEM (and elsewhere ?)

14 years ago*** empty log message ***
ageay [Mon, 8 Feb 2010 08:40:38 +0000 (08:40 +0000)]
*** empty log message ***

14 years agoFix compilation problem: Swig is not enabled in MICROMED mode
maintenance team [Fri, 5 Feb 2010 09:42:26 +0000 (09:42 +0000)]
Fix compilation problem: Swig is not enabled in MICROMED mode

14 years agoAdding support name to avoid problem on writing.
ageay [Thu, 4 Feb 2010 14:38:47 +0000 (14:38 +0000)]
Adding support name to avoid problem on writing.

14 years ago*** empty log message ***
ageay [Wed, 3 Feb 2010 17:04:08 +0000 (17:04 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Wed, 3 Feb 2010 13:05:59 +0000 (13:05 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Wed, 3 Feb 2010 11:37:13 +0000 (11:37 +0000)]
*** empty log message ***

14 years agochange libInterGeometric2DAlg.so to be generated, and not static BS_20100202
secher [Tue, 2 Feb 2010 14:50:31 +0000 (14:50 +0000)]
change libInterGeometric2DAlg.so to be generated, and not static

14 years ago*** empty log message ***
ageay [Tue, 2 Feb 2010 13:52:50 +0000 (13:52 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Tue, 2 Feb 2010 11:20:08 +0000 (11:20 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Tue, 2 Feb 2010 09:37:46 +0000 (09:37 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Tue, 2 Feb 2010 09:29:21 +0000 (09:29 +0000)]
*** empty log message ***

14 years agoRemove useless CORBA dependances.
ageay [Tue, 2 Feb 2010 09:29:08 +0000 (09:29 +0000)]
Remove useless CORBA dependances.

14 years agoRemove useless med file dependances.
ageay [Tue, 2 Feb 2010 09:21:51 +0000 (09:21 +0000)]
Remove useless med file dependances.

14 years ago*** empty log message ***
ageay [Tue, 2 Feb 2010 08:57:43 +0000 (08:57 +0000)]
*** empty log message ***

14 years agoAddition of operations on fields and CONST_ON_INTER policy for Time discretization.
ageay [Mon, 1 Feb 2010 16:21:14 +0000 (16:21 +0000)]
Addition of operations on fields and CONST_ON_INTER policy for Time discretization.

14 years agoAddition of operations on fields and CONST_ON_INTER policy for Time discretization.
ageay [Mon, 1 Feb 2010 15:48:28 +0000 (15:48 +0000)]
Addition of operations on fields and CONST_ON_INTER policy for Time discretization.

14 years agoAddition of operations on fields and CONST_ON_INTER policy for Time discretization.
ageay [Mon, 1 Feb 2010 15:38:52 +0000 (15:38 +0000)]
Addition of operations on fields and CONST_ON_INTER policy for Time discretization.

14 years agoDebug from Gauthier.
ageay [Mon, 1 Feb 2010 15:16:01 +0000 (15:16 +0000)]
Debug from Gauthier.

14 years agoParaMEDMEM SD -> MEDCoupling in ICoco
ageay [Mon, 1 Feb 2010 07:31:24 +0000 (07:31 +0000)]
ParaMEDMEM SD -> MEDCoupling in ICoco

14 years ago*** empty log message *** PARAVIS_29012010
ageay [Wed, 27 Jan 2010 14:56:34 +0000 (14:56 +0000)]
*** empty log message ***

14 years agoAddition of checkButterfly mergeMesh and mergeField functionalities.
ageay [Tue, 26 Jan 2010 11:18:59 +0000 (11:18 +0000)]
Addition of checkButterfly mergeMesh and mergeField functionalities.

14 years agocorrect method name
eap [Tue, 19 Jan 2010 13:08:12 +0000 (13:08 +0000)]
correct method name
-    void splitPenta5(typename std::vector< SplitterTetra<MyMeshTypeS>* >& tetra);
+    void splitPyram5(typename std::vector< SplitterTetra<MyMeshTypeS>* >& tetra);

14 years agoMissing include
nge [Tue, 19 Jan 2010 10:25:22 +0000 (10:25 +0000)]
Missing include
Missing std::

14 years ago0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
eap [Mon, 18 Jan 2010 10:24:40 +0000 (10:24 +0000)]
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);

14 years ago0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
eap [Mon, 18 Jan 2010 10:16:31 +0000 (10:16 +0000)]
0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
+    unsigned getNumberOfNodesConstituentTheSon2(unsigned sonId, const int *nodalConn, int lgth) const;

14 years agog++ 4.4.1 porting
ageay [Mon, 18 Jan 2010 08:51:30 +0000 (08:51 +0000)]
g++ 4.4.1 porting

14 years agog++ 4.4.1 porting
ageay [Mon, 18 Jan 2010 08:45:38 +0000 (08:45 +0000)]
g++ 4.4.1 porting

14 years agog++ 4.4.1 porting
ageay [Mon, 18 Jan 2010 07:44:00 +0000 (07:44 +0000)]
g++ 4.4.1 porting

14 years ago*** empty log message ***
ageay [Fri, 15 Jan 2010 16:11:15 +0000 (16:11 +0000)]
*** empty log message ***

14 years agoImplement all methods of NormalizedUnstructuredMesh in _Cartesian3D2UnstructHexMesh
eap [Fri, 15 Jan 2010 07:18:25 +0000 (07:18 +0000)]
Implement all methods of NormalizedUnstructuredMesh in _Cartesian3D2UnstructHexMesh

14 years ago0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
eap [Thu, 14 Jan 2010 07:27:05 +0000 (07:27 +0000)]
0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
- Make SplitterTetra::intersectSourceCell() work with polyhedrons

14 years ago0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
eap [Thu, 14 Jan 2010 07:24:31 +0000 (07:24 +0000)]
0020634: [CEA 381] MEDMEM:REMAPPER : intersection error
- Fix connectivity of a son of NORM_PENTA6

14 years agoAdd missing include for double abs(double)
nge [Fri, 8 Jan 2010 11:05:23 +0000 (11:05 +0000)]
Add missing include for double abs(double)
Remove previous correction.

14 years agoFixing std::abs ambiguity.
mgr [Fri, 8 Jan 2010 08:41:47 +0000 (08:41 +0000)]
Fixing std::abs ambiguity.

14 years agoCorrect bug on BBTree.
ageay [Thu, 7 Jan 2010 09:19:01 +0000 (09:19 +0000)]
Correct bug on BBTree.

14 years agoDuplication of IntersectorCU2D.hxx and .txx twice : Forbidden with recent install...
nge [Wed, 6 Jan 2010 12:53:57 +0000 (12:53 +0000)]
Duplication of IntersectorCU2D.hxx and .txx twice : Forbidden with recent install program

14 years agoMergeNodes method on PointSet classes.
ageay [Wed, 6 Jan 2010 11:11:22 +0000 (11:11 +0000)]
MergeNodes method on PointSet classes.

14 years agoAvoid warning message on g++ 4.4.1
ageay [Mon, 4 Jan 2010 11:33:08 +0000 (11:33 +0000)]
Avoid warning message on g++ 4.4.1

14 years ago*** empty log message ***
ageay [Mon, 4 Jan 2010 11:26:34 +0000 (11:26 +0000)]
*** empty log message ***

14 years agomemory leak suppression.
ageay [Mon, 4 Jan 2010 07:38:38 +0000 (07:38 +0000)]
memory leak suppression.

14 years agoFix compilation problem on Debian Sarge
maintenance team [Wed, 30 Dec 2009 13:47:00 +0000 (13:47 +0000)]
Fix compilation problem on Debian Sarge

14 years ago(EHPOC) Interpolators
eap [Tue, 29 Dec 2009 14:34:32 +0000 (14:34 +0000)]
(EHPOC) Interpolators
+    CPPUNIT_TEST( testInterpolationCU1D );
+    CPPUNIT_TEST( testInterpolationCU3D );

14 years ago(EHPOC) Interpolators
eap [Tue, 29 Dec 2009 14:33:04 +0000 (14:33 +0000)]
(EHPOC) Interpolators
      enable SplitterTetra2 to work with meshes of different natures

-  template<class MyMeshType>
+  template<class MyMeshTypeT, class MyMeshTypeS=MyMeshTypeT>
   class SplitterTetra2

14 years ago(EHPOC) Interpolators
eap [Tue, 29 Dec 2009 14:31:11 +0000 (14:31 +0000)]
(EHPOC) Interpolators
   Implement cartesian/unstructured interpolation

+InterpolationCU.hxx                     \
+InterpolationCU.txx                     \
 InterpolationUtils.hxx \
+IntersectorCU.hxx \
+IntersectorCU.txx \
+IntersectorCU1D.hxx \
+IntersectorCU1D.txx \
+IntersectorCU2D.hxx \
+IntersectorCU2D.txx \
+IntersectorCU3D.hxx \
+IntersectorCU3D.txx \
+IntersectorCU2D.hxx \
+IntersectorCU2D.txx \

14 years ago(EHPOC) Interpolators
eap [Tue, 29 Dec 2009 14:30:31 +0000 (14:30 +0000)]
(EHPOC) Interpolators

+  template<> inline
+  void crossprod<1>( const double * A, const double * B, const double * C, double * V)
+  {
+    // just to be able to compile
+  }

14 years ago(EHPOC) Interpolators
eap [Tue, 29 Dec 2009 14:30:01 +0000 (14:30 +0000)]
(EHPOC) Interpolators
   Implement cartesian/unstructured interpolation

14 years ago(EHPOC) Interpolators
eap [Tue, 29 Dec 2009 14:28:24 +0000 (14:28 +0000)]
(EHPOC) Interpolators

14 years ago*** empty log message *** BR_FSH_DEV V6_0_0
ageay [Thu, 17 Dec 2009 11:23:07 +0000 (11:23 +0000)]
*** empty log message ***

14 years agomanagement of points that lie on an edge or a face of the target tetrahedron and...
vbd [Thu, 17 Dec 2009 10:45:35 +0000 (10:45 +0000)]
management of points that lie on an edge or a face of the target tetrahedron and that have epsilon values after affine transformation - unit tetra bary test13 passes

14 years agoEHPOC Interpolators
eap [Thu, 17 Dec 2009 07:52:56 +0000 (07:52 +0000)]
EHPOC Interpolators
  In testInterpolationCU2D(), test interpolateMeshesRev()

14 years agoEHPOC Interpolators
eap [Wed, 16 Dec 2009 13:19:10 +0000 (13:19 +0000)]
EHPOC Interpolators
  Dimension of cartesian mesh == space dimension

14 years agoEHPOC Interpolators
eap [Wed, 16 Dec 2009 13:18:13 +0000 (13:18 +0000)]
EHPOC Interpolators

+InterpolationCU2D.hxx                   \
+InterpolationCU2D.txx                   \

14 years agoIndentation fix.
ageay [Tue, 15 Dec 2009 11:01:25 +0000 (11:01 +0000)]
Indentation fix.

14 years ago*** empty log message ***
ageay [Tue, 15 Dec 2009 10:51:36 +0000 (10:51 +0000)]
*** empty log message ***

14 years agoNGE : Missing include for compilation on recent gcc
nge [Tue, 15 Dec 2009 10:24:22 +0000 (10:24 +0000)]
NGE : Missing include for compilation on recent gcc

14 years ago*** empty log message ***
ageay [Tue, 15 Dec 2009 10:13:21 +0000 (10:13 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Tue, 15 Dec 2009 09:06:11 +0000 (09:06 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
ageay [Mon, 14 Dec 2009 10:35:04 +0000 (10:35 +0000)]
*** empty log message ***

14 years agoRoll back an integration by mistake PHASE_17_Part1_V4
eap [Fri, 11 Dec 2009 07:43:19 +0000 (07:43 +0000)]
Roll back an integration by mistake

14 years agountabify
eap [Thu, 10 Dec 2009 14:55:37 +0000 (14:55 +0000)]
untabify

14 years agoMerge from V5_1_3_BR branch (07/12/09)
vsr [Tue, 8 Dec 2009 10:12:33 +0000 (10:12 +0000)]
Merge from V5_1_3_BR branch (07/12/09)

15 years ago*** empty log message ***
ageay [Wed, 18 Nov 2009 11:17:25 +0000 (11:17 +0000)]
*** empty log message ***

15 years agoIntegration of Trio non regression test.
ageay [Thu, 5 Nov 2009 13:28:43 +0000 (13:28 +0000)]
Integration of Trio non regression test.

15 years agoIntegration of Trio modifications.
ageay [Thu, 5 Nov 2009 10:55:16 +0000 (10:55 +0000)]
Integration of Trio modifications.

15 years agoProtection of acos against values out of [-1.,1.]
ageay [Thu, 5 Nov 2009 10:06:32 +0000 (10:06 +0000)]
Protection of acos against values out of [-1.,1.]

15 years agoBug on 2 tests division by 0.
ageay [Thu, 5 Nov 2009 10:04:51 +0000 (10:04 +0000)]
Bug on 2 tests division by 0.

15 years agoSuppression of bug on empty mesh.
ageay [Thu, 5 Nov 2009 09:33:22 +0000 (09:33 +0000)]
Suppression of bug on empty mesh.

15 years agoSuppression of bug on empty mesh.
ageay [Thu, 5 Nov 2009 09:27:11 +0000 (09:27 +0000)]
Suppression of bug on empty mesh.

15 years agoActivate floating point exceptions.
ageay [Thu, 5 Nov 2009 09:26:06 +0000 (09:26 +0000)]
Activate floating point exceptions.

15 years ago*** empty log message ***
ageay [Thu, 5 Nov 2009 08:54:25 +0000 (08:54 +0000)]
*** empty log message ***