]> SALOME platform Git repositories - tools/medcoupling.git/log
Salome HOME
tools/medcoupling.git
11 years ago0021756: [CEA 602] MEDPartitioner improvements
eap [Thu, 14 Feb 2013 13:08:29 +0000 (13:08 +0000)]
0021756: [CEA 602] MEDPartitioner improvements

-  bin_PROGRAMS=medpartitioner_para
+  bin_PROGRAMS+=medpartitioner_para

11 years agoChanging error messages
ageay [Thu, 14 Feb 2013 09:07:28 +0000 (09:07 +0000)]
Changing error messages

11 years agoBug correction in DataArray*::setSelectedComponents
ageay [Thu, 14 Feb 2013 07:19:43 +0000 (07:19 +0000)]
Bug correction in DataArray*::setSelectedComponents

11 years agoProtect against throw in MEDFileMesh::New(arg0,arg1)
ageay [Wed, 13 Feb 2013 16:58:21 +0000 (16:58 +0000)]
Protect against throw in MEDFileMesh::New(arg0,arg1)

11 years agoMEDCouplingFieldDouble::copyAllTinyAttrFrom
ageay [Wed, 13 Feb 2013 07:52:46 +0000 (07:52 +0000)]
MEDCouplingFieldDouble::copyAllTinyAttrFrom

11 years agoBug correction in reverseTransferField
ageay [Tue, 12 Feb 2013 11:34:35 +0000 (11:34 +0000)]
Bug correction in reverseTransferField

11 years agoLittle check.
ageay [Mon, 11 Feb 2013 09:01:40 +0000 (09:01 +0000)]
Little check.

11 years agosync of umesh::getBary with curvel::getBary in 3D.
ageay [Mon, 11 Feb 2013 08:59:29 +0000 (08:59 +0000)]
sync of umesh::getBary with curvel::getBary in 3D.

11 years agoEnd of implementation of "not implemented methods" PostV660_6
ageay [Fri, 8 Feb 2013 17:29:19 +0000 (17:29 +0000)]
End of implementation of "not implemented methods"

11 years agoclean up
ageay [Fri, 8 Feb 2013 17:28:10 +0000 (17:28 +0000)]
clean up

11 years agoImplementation of CurveLinear::getMeasureField
ageay [Fri, 8 Feb 2013 15:49:34 +0000 (15:49 +0000)]
Implementation of CurveLinear::getMeasureField

11 years agoBug correction spaceDim->meshDim
ageay [Fri, 8 Feb 2013 15:48:25 +0000 (15:48 +0000)]
Bug correction spaceDim->meshDim

11 years agoVTK writing of cartesian mesh
ageay [Fri, 8 Feb 2013 13:56:41 +0000 (13:56 +0000)]
VTK writing of cartesian mesh

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Fri, 8 Feb 2013 12:52:38 +0000 (12:52 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /

Test both medpartitioner and medpartitioner_para (if available)

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Fri, 8 Feb 2013 12:50:42 +0000 (12:50 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /

--creates-boundary-faces is not a numeric argument

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Fri, 8 Feb 2013 12:50:03 +0000 (12:50 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /

Create the class ParMETISGraph to enable co-existence of Metis and Parmetis

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Fri, 8 Feb 2013 12:47:59 +0000 (12:47 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /

Wrap Metis functions into a C function located in a
MEDPARTITIONER_metis.c to avoid problems with Metis included in
Parmetis-3 that campilation breaks at extern "C" {#include "metis.h"}
because "metis.h" includes C++ declarations of MPI

-#include "metis.h"
+#include "MEDPARTITIONER_metis.h"

11 years agoVTK writing of curve linear mesh
ageay [Fri, 8 Feb 2013 12:42:44 +0000 (12:42 +0000)]
VTK writing of curve linear mesh

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Fri, 8 Feb 2013 12:42:16 +0000 (12:42 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /
Move filtering face mesh and face families in to MeshCollection::filterFaceOnCell() in order
   to create valid boundary groups in MeshCollection::buildConnectZones() with MPI

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Fri, 8 Feb 2013 12:40:49 +0000 (12:40 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /
1) - in MPI configuration, only medpartitioner_para is compiled, while having medpartitioner is still relevant.
2) fix SIGSEGV with MPI
3) Filter face mesh and face families in filterFaceOnCell() in order
   to create valid boundary groups in buildConnectZones()

11 years agoVTK writing of curve linear mesh
ageay [Fri, 8 Feb 2013 12:39:48 +0000 (12:39 +0000)]
VTK writing of curve linear mesh

11 years ago0021756: [CEA 602] MEDPartitioner improvements
eap [Fri, 8 Feb 2013 12:03:43 +0000 (12:03 +0000)]
0021756: [CEA 602] MEDPartitioner improvements

+        if test "x$parmetis_ok" != "xyes"; then
+                CHECK_PARMETISV4
+        fi

11 years agoCurveLinearMesh 2
ageay [Thu, 7 Feb 2013 14:59:54 +0000 (14:59 +0000)]
CurveLinearMesh 2

11 years agoCurveLinearMesh 2
ageay [Thu, 7 Feb 2013 14:51:26 +0000 (14:51 +0000)]
CurveLinearMesh 2

11 years agoCurveLinearMesh 2
ageay [Thu, 7 Feb 2013 13:31:33 +0000 (13:31 +0000)]
CurveLinearMesh 2

11 years agoCurveLinearMesh 2
ageay [Thu, 7 Feb 2013 11:57:52 +0000 (11:57 +0000)]
CurveLinearMesh 2

11 years agoCurveLinearMesh 2
ageay [Wed, 6 Feb 2013 15:32:05 +0000 (15:32 +0000)]
CurveLinearMesh 2

11 years agoCorrecting test to be compatible with python 2.6. These bad lines will be destroyed...
ageay [Wed, 6 Feb 2013 13:37:29 +0000 (13:37 +0000)]
Correcting test to be compatible with python 2.6. These bad lines will be destroyed in Salome7

11 years agoMEDCouplingUMesh::simplexize with PLANAR_5 and PLANAR_6
ageay [Wed, 6 Feb 2013 13:25:14 +0000 (13:25 +0000)]
MEDCouplingUMesh::simplexize with PLANAR_5 and PLANAR_6

11 years agoMEDCouplingUMesh::simplexize with PLANAR_5 and PLANAR_6
ageay [Wed, 6 Feb 2013 09:41:39 +0000 (09:41 +0000)]
MEDCouplingUMesh::simplexize with PLANAR_5 and PLANAR_6

11 years agoSplitting policy can be used outside interpolation
ageay [Wed, 6 Feb 2013 07:10:08 +0000 (07:10 +0000)]
Splitting policy can be used outside interpolation

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Tue, 5 Feb 2013 15:04:08 +0000 (15:04 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /
Can you :
1/ add the corresponding tests

+  CPPUNIT_TEST( testCreateBoundaryFaces2D );

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Tue, 5 Feb 2013 15:03:17 +0000 (15:03 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /
- creates boundary faces option is not handled

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Tue, 5 Feb 2013 15:02:54 +0000 (15:02 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /
- in MPI configuration, only medpartitioner_para is compiled, while having medpartitioner is still relevant.

11 years ago0021756: [CEA 602] MEDPartitioner improvements /
eap [Tue, 5 Feb 2013 15:02:12 +0000 (15:02 +0000)]
0021756: [CEA 602] MEDPartitioner improvements /
- creates boundary faces option is not handled

+    //constructing connect zones
+    void buildConnectZones();

+    void createJointGroup( const std::vector< int >& faces,
+                           const int                 inew1,
+                           const int                 inew2,
+                           const bool                is2nd );

11 years agoremove a comment being at improper place
eap [Tue, 5 Feb 2013 08:14:48 +0000 (08:14 +0000)]
remove a comment being at improper place

11 years ago0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader
eap [Tue, 5 Feb 2013 07:57:03 +0000 (07:57 +0000)]
0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader

11 years agoAddition of MEDCouplingCurveLinearMesh
ageay [Mon, 4 Feb 2013 16:30:27 +0000 (16:30 +0000)]
Addition of MEDCouplingCurveLinearMesh

11 years agoAddition of MEDCouplingCurveLinearMesh
ageay [Mon, 4 Feb 2013 16:00:18 +0000 (16:00 +0000)]
Addition of MEDCouplingCurveLinearMesh

11 years agoAddition of MEDCouplingCurveLinearMesh
ageay [Mon, 4 Feb 2013 15:47:54 +0000 (15:47 +0000)]
Addition of MEDCouplingCurveLinearMesh

11 years agoDebug
ageay [Mon, 4 Feb 2013 09:59:58 +0000 (09:59 +0000)]
Debug

11 years agoswig of MEDCouplingUMesh.insertNextCell more general
ageay [Mon, 4 Feb 2013 09:34:06 +0000 (09:34 +0000)]
swig of MEDCouplingUMesh.insertNextCell more general

11 years agoChanging default time discretizaton of fields. By default now ONE_TIME. PostV660_5
ageay [Mon, 4 Feb 2013 08:38:05 +0000 (08:38 +0000)]
Changing default time discretizaton of fields. By default now ONE_TIME.

11 years agoEnd of redesign of partitionBySpreadZone
ageay [Fri, 1 Feb 2013 15:24:04 +0000 (15:24 +0000)]
End of redesign of partitionBySpreadZone

11 years agoBug correction in MEDCouplingUMesh::ComputeSpreadZoneGradually when a cell has no...
ageay [Fri, 1 Feb 2013 08:49:32 +0000 (08:49 +0000)]
Bug correction in MEDCouplingUMesh::ComputeSpreadZoneGradually when a cell has no neighbours.

11 years agoBug correction in MEDCouplingUMesh::ComputeSpreadZoneGradually when a cell has no...
ageay [Fri, 1 Feb 2013 08:42:47 +0000 (08:42 +0000)]
Bug correction in MEDCouplingUMesh::ComputeSpreadZoneGradually when a cell has no neighbours.

11 years agodistance to mesh end of implementation
ageay [Fri, 1 Feb 2013 08:06:14 +0000 (08:06 +0000)]
distance to mesh end of implementation

11 years agodistance to mesh end of implementation
ageay [Thu, 31 Jan 2013 16:42:52 +0000 (16:42 +0000)]
distance to mesh end of implementation

11 years agodistance from point to mesh implementation
ageay [Thu, 31 Jan 2013 14:35:16 +0000 (14:35 +0000)]
distance from point to mesh implementation

11 years agodistance from point to mesh implementation
ageay [Thu, 31 Jan 2013 14:23:15 +0000 (14:23 +0000)]
distance from point to mesh implementation

11 years agoWarning hunting
ageay [Mon, 28 Jan 2013 16:09:55 +0000 (16:09 +0000)]
Warning hunting

11 years agoaddition of RefCount::getHeapMemorySize
ageay [Mon, 28 Jan 2013 15:38:39 +0000 (15:38 +0000)]
addition of RefCount::getHeapMemorySize

11 years agoaddition of RefCount::getHeapMemorySize
ageay [Mon, 28 Jan 2013 14:48:02 +0000 (14:48 +0000)]
addition of RefCount::getHeapMemorySize

11 years agoDebugging orientCorrectlyPoly. More general implementation (2) without compilation...
ageay [Mon, 28 Jan 2013 08:33:13 +0000 (08:33 +0000)]
Debugging orientCorrectlyPoly. More general implementation (2) without compilation warnings.

11 years agoDataArrayInt::accumulate
ageay [Fri, 25 Jan 2013 15:54:13 +0000 (15:54 +0000)]
DataArrayInt::accumulate

11 years agoModification of splitting policy in 3D. From GENERAL48->PLANAR_FACE_5
ageay [Fri, 25 Jan 2013 12:07:50 +0000 (12:07 +0000)]
Modification of splitting policy in 3D. From GENERAL48->PLANAR_FACE_5

11 years agorenaming of buildPartOf was not a good idea in the perspective of MEDLoader interaction
ageay [Fri, 25 Jan 2013 12:00:52 +0000 (12:00 +0000)]
renaming of buildPartOf was not a good idea in the perspective of MEDLoader interaction

11 years agocheckConsecutiveCellTypesForMEDFileFrmt
ageay [Fri, 25 Jan 2013 11:48:39 +0000 (11:48 +0000)]
checkConsecutiveCellTypesForMEDFileFrmt

11 years agoDebugging orientCorrectlyPoly. More general implementation
ageay [Fri, 25 Jan 2013 11:30:50 +0000 (11:30 +0000)]
Debugging orientCorrectlyPoly. More general implementation

11 years agoEnable components with size of str equal to 16
ageay [Wed, 23 Jan 2013 15:35:18 +0000 (15:35 +0000)]
Enable components with size of str equal to 16

11 years agoMEDCouplingUMesh::findAndCorrectBadOriented3DCells BR_PORTING_VTK6 PostV660_4
ageay [Fri, 11 Jan 2013 11:19:42 +0000 (11:19 +0000)]
MEDCouplingUMesh::findAndCorrectBadOriented3DCells

11 years agoMEDCouplingUMesh::findAndCorrectBadOriented3DCells
ageay [Fri, 11 Jan 2013 10:49:07 +0000 (10:49 +0000)]
MEDCouplingUMesh::findAndCorrectBadOriented3DCells

11 years agoTests
ageay [Thu, 10 Jan 2013 13:13:00 +0000 (13:13 +0000)]
Tests

11 years agoClean-up
ageay [Thu, 10 Jan 2013 13:11:39 +0000 (13:11 +0000)]
Clean-up

11 years agoSome performance loss linked to users having non uniform numbering in source mesh.
ageay [Thu, 10 Jan 2013 07:32:55 +0000 (07:32 +0000)]
Some performance loss linked to users having non uniform numbering in source mesh.

11 years agoSome performance loss linked to users having non uniform numbering in source mesh.
ageay [Wed, 9 Jan 2013 15:50:48 +0000 (15:50 +0000)]
Some performance loss linked to users having non uniform numbering in source mesh.

11 years agoclean-up
ageay [Wed, 9 Jan 2013 14:58:40 +0000 (14:58 +0000)]
clean-up

11 years agoMEDFileUMesh::addGroup implementation
ageay [Wed, 9 Jan 2013 09:14:41 +0000 (09:14 +0000)]
MEDFileUMesh::addGroup implementation

11 years agoProtection of getMeasureField when no mesh specified.
ageay [Tue, 8 Jan 2013 16:28:10 +0000 (16:28 +0000)]
Protection of getMeasureField when no mesh specified.

11 years agoMEDFileUMesh::addNodeGroup end of implementation
ageay [Tue, 8 Jan 2013 15:41:49 +0000 (15:41 +0000)]
MEDFileUMesh::addNodeGroup end of implementation

11 years agoMEDFileUMesh::addNodeGroup
ageay [Mon, 7 Jan 2013 16:12:26 +0000 (16:12 +0000)]
MEDFileUMesh::addNodeGroup

11 years agoMEDFileUMesh::zipCoords
ageay [Mon, 7 Jan 2013 10:18:05 +0000 (10:18 +0000)]
MEDFileUMesh::zipCoords

11 years agoMEDFileField*::deepCpy debug
ageay [Mon, 7 Jan 2013 07:18:39 +0000 (07:18 +0000)]
MEDFileField*::deepCpy debug

11 years agoMEDFileField*::deepCpy
ageay [Fri, 4 Jan 2013 15:03:10 +0000 (15:03 +0000)]
MEDFileField*::deepCpy

11 years agoMEDFileMesh::deepCpy and shallowCpy
ageay [Fri, 4 Jan 2013 13:21:45 +0000 (13:21 +0000)]
MEDFileMesh::deepCpy and shallowCpy

11 years agopython len(MEDFileFieldMultiTS)
ageay [Fri, 4 Jan 2013 11:14:13 +0000 (11:14 +0000)]
python len(MEDFileFieldMultiTS)

11 years agoDataArrayInt::setValues and DataArrayDouble::setValues now check the size as New...
ageay [Fri, 4 Jan 2013 10:55:37 +0000 (10:55 +0000)]
DataArrayInt::setValues and DataArrayDouble::setValues now check the size as New methods do.

11 years agoMore additionnal tests
ageay [Fri, 4 Jan 2013 07:35:56 +0000 (07:35 +0000)]
More additionnal tests

11 years agobuildDescendingConnectivity has been reimplemented to improve perf. PostV660_3
ageay [Thu, 3 Jan 2013 15:50:24 +0000 (15:50 +0000)]
buildDescendingConnectivity has been reimplemented to improve perf.
OK on all tests.

11 years agoOn the road of rewritting buildDescendingConn implementation
ageay [Thu, 3 Jan 2013 15:45:03 +0000 (15:45 +0000)]
On the road of rewritting buildDescendingConn implementation

11 years agoOn the road of rewritting buildDescendingConn implementation
ageay [Thu, 3 Jan 2013 09:33:25 +0000 (09:33 +0000)]
On the road of rewritting buildDescendingConn implementation

11 years agoAPI modif of getCellsInBoundingBox to avoid copies.
ageay [Thu, 3 Jan 2013 07:40:15 +0000 (07:40 +0000)]
API modif of getCellsInBoundingBox to avoid copies.

11 years ago0021756: [CEA 602] MEDPartitioner improvements
eap [Fri, 28 Dec 2012 09:57:27 +0000 (09:57 +0000)]
0021756: [CEA 602] MEDPartitioner improvements

1) Enable work in 2D space
2) In remapIntField(), take into accound coincident elements
3) Protect filterFaceOnCell() from invalid elements

11 years ago0021756: [CEA 602] MEDPartitioner improvements
eap [Fri, 28 Dec 2012 09:51:43 +0000 (09:51 +0000)]
0021756: [CEA 602] MEDPartitioner improvements

+  return false;

11 years ago0021756: [CEA 602] MEDPartitioner improvements
eap [Fri, 28 Dec 2012 09:51:28 +0000 (09:51 +0000)]
0021756: [CEA 602] MEDPartitioner improvements

   use BBTreeOfDim

11 years ago0021756: [CEA 602] MEDPartitioner improvements
eap [Fri, 28 Dec 2012 09:49:56 +0000 (09:49 +0000)]
0021756: [CEA 602] MEDPartitioner improvements

+  /*!
+   * \brief Class encapsulating BBTree of dimension given at construction and
+   *        providing all features of BBTree
+   */
+  class BBTreeOfDim

11 years agoWin32 compatibility
ana [Mon, 24 Dec 2012 10:23:20 +0000 (10:23 +0000)]
Win32 compatibility

11 years agoWarning hunting
ageay [Wed, 19 Dec 2012 16:00:47 +0000 (16:00 +0000)]
Warning hunting

11 years agoDataArrayInt instead of vector<int> to avoid copies
ageay [Wed, 19 Dec 2012 15:34:15 +0000 (15:34 +0000)]
DataArrayInt instead of vector<int> to avoid copies

11 years agoDataArrayInt,DataArrayDouble pushBack and popBack
ageay [Tue, 18 Dec 2012 17:39:25 +0000 (17:39 +0000)]
DataArrayInt,DataArrayDouble pushBack and popBack

11 years agoDataArrayInt,DataArrayDouble pushBack and popBack
ageay [Tue, 18 Dec 2012 16:04:20 +0000 (16:04 +0000)]
DataArrayInt,DataArrayDouble pushBack and popBack

11 years agoAutoRef::retn
ageay [Tue, 18 Dec 2012 10:38:15 +0000 (10:38 +0000)]
AutoRef::retn

11 years agoAutoRef::retn
ageay [Tue, 18 Dec 2012 10:16:51 +0000 (10:16 +0000)]
AutoRef::retn

11 years agoImprovement of perf of zipConnectivityTraducer. PostV660_2
ageay [Tue, 18 Dec 2012 09:15:37 +0000 (09:15 +0000)]
Improvement of perf of zipConnectivityTraducer.

11 years agoImprovement of perf of zipConnectivityTraducer.
ageay [Tue, 18 Dec 2012 08:39:46 +0000 (08:39 +0000)]
Improvement of perf of zipConnectivityTraducer.

11 years agoImprovement of perf of zipConnectivityTraducer.
ageay [Mon, 17 Dec 2012 11:49:23 +0000 (11:49 +0000)]
Improvement of perf of zipConnectivityTraducer.

11 years agoBug when several ouput polygons in residual of m1 inter m2.
ageay [Fri, 14 Dec 2012 15:53:53 +0000 (15:53 +0000)]
Bug when several ouput polygons in residual of m1 inter m2.

11 years agoBug when several ouput polygons in residual of m1 inter m2.
ageay [Fri, 14 Dec 2012 15:45:59 +0000 (15:45 +0000)]
Bug when several ouput polygons in residual of m1 inter m2.

11 years agoBug when several ouput polygons in residual of m1 inter m2.
ageay [Fri, 14 Dec 2012 14:17:52 +0000 (14:17 +0000)]
Bug when several ouput polygons in residual of m1 inter m2.

11 years agoProtection against infinite loop when computing residuals of invalid input mesh.
ageay [Fri, 14 Dec 2012 14:04:54 +0000 (14:04 +0000)]
Protection against infinite loop when computing residuals of invalid input mesh.