Salome HOME
tools/medcoupling.git
5 years ago1) Detect sphinx theme directly in conf.py.in file
rnv [Thu, 9 Aug 2018 16:40:02 +0000 (19:40 +0300)]
1) Detect sphinx theme directly in conf.py.in file
2) Migration to Sphinx-1.7.6: remove deprecated 'sphinx.ext.pngmath' extension

5 years agoNew functionality: colinearizeKeepingConform2D().
abn [Mon, 6 Aug 2018 08:39:51 +0000 (10:39 +0200)]
New functionality: colinearizeKeepingConform2D().

5 years agoIntel17 portability.
abn [Thu, 2 Aug 2018 09:42:39 +0000 (11:42 +0200)]
Intel17 portability.

5 years agoFix failure of UsersGuideExamplesTest in MICROMED mode
eap [Thu, 26 Jul 2018 14:40:31 +0000 (17:40 +0300)]
Fix failure of UsersGuideExamplesTest in MICROMED mode

5 years agoAdditional check into MEDFileMesh.rearrangeFamilies thanks to Yutaka feedback
Anthony Geay [Mon, 23 Jul 2018 05:54:26 +0000 (07:54 +0200)]
Additional check into MEDFileMesh.rearrangeFamilies thanks to Yutaka feedback

5 years agoThank you to Yutaka Nishizawa for having report this bug (SALOME forum).
Anthony Geay [Fri, 20 Jul 2018 14:54:33 +0000 (16:54 +0200)]
Thank you to Yutaka Nishizawa for having report this bug (SALOME forum).

5 years agoA py3 translation of a forgotten test py file
Anthony Geay [Mon, 9 Jul 2018 07:34:40 +0000 (09:34 +0200)]
A py3 translation of a forgotten test py file

5 years agoMerge branch 'abn/seg_seg_intersec'
abn [Wed, 27 Jun 2018 12:07:41 +0000 (14:07 +0200)]
Merge branch 'abn/seg_seg_intersec'

5 years agoSegSegIntersector fix: fix eps comparison to detect seg/seg overlap
abn [Wed, 27 Jun 2018 12:03:14 +0000 (14:03 +0200)]
SegSegIntersector fix: fix eps comparison to detect seg/seg overlap

5 years agoGetting rid of QuadraticArcDetectionPrecision which is now merged with QuadraticPlana...
abn [Wed, 27 Jun 2018 09:25:47 +0000 (11:25 +0200)]
Getting rid of QuadraticArcDetectionPrecision which is now merged with QuadraticPlanarPrecision.

5 years agoSegSegIntersector areOverlappedOrOnlyColinears() and areColinears() now aligned.
abn [Wed, 27 Jun 2018 07:26:47 +0000 (09:26 +0200)]
SegSegIntersector areOverlappedOrOnlyColinears() and areColinears() now aligned.

getArcDetectionPrecision() is no more needed.

5 years agoTypo-fix by Kunda
eap [Mon, 25 Jun 2018 11:27:26 +0000 (14:27 +0300)]
Typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/625363577

5 years agoMerge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
abn [Wed, 20 Jun 2018 14:38:10 +0000 (16:38 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling

5 years agoNew func: MEDCouplingUMesh::convertDegeneratedCellsAndRemoveFlatOnes
abn [Wed, 20 Jun 2018 14:34:25 +0000 (16:34 +0200)]
New func: MEDCouplingUMesh::convertDegeneratedCellsAndRemoveFlatOnes

- does the same as convertDegeneratedCells() but also remove cells which are exactly flat according to their connectivity
- also improved convertDegeneratedCells()

5 years agoC++11 for everybody ! youhouuuuu
Anthony Geay [Fri, 15 Jun 2018 13:23:58 +0000 (15:23 +0200)]
C++11 for everybody ! youhouuuuu

5 years agomedcoupling documentation modification agy/master_with_doc
eap [Tue, 15 May 2018 10:26:46 +0000 (13:26 +0300)]
medcoupling documentation modification

5 years agoArcCSegIntersector fix: more precise usage of machine epsilon.
abn [Thu, 7 Jun 2018 07:17:54 +0000 (09:17 +0200)]
ArcCSegIntersector fix: more precise usage of machine epsilon.

5 years agoMerge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
abn [Wed, 6 Jun 2018 15:18:13 +0000 (17:18 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling

5 years agoArcCSegIntersector fix: tangent cases were not properly handled.
abn [Tue, 5 Jun 2018 15:07:31 +0000 (17:07 +0200)]
ArcCSegIntersector fix: tangent cases were not properly handled.

(also removed a duplicated test case)

6 years agoMerge branch 'V8_5_BR'
vsr [Thu, 31 May 2018 14:28:07 +0000 (17:28 +0300)]
Merge branch 'V8_5_BR'

6 years agoIncrement version: 8.5.0 V8_5_BR V8_5_0 V8_5_0rc1 V8_5_0rc2
vsr [Fri, 20 Apr 2018 06:30:59 +0000 (09:30 +0300)]
Increment version: 8.5.0

6 years agoMerge remote-tracking branch 'origin/abn/bug_fixes' into V8_5_BR
rnv [Thu, 19 Apr 2018 11:17:24 +0000 (14:17 +0300)]
Merge remote-tracking branch 'origin/abn/bug_fixes' into V8_5_BR

6 years agoClarification: 'Triangulation' intersection type is the only valid choice
abn [Thu, 12 Apr 2018 09:31:59 +0000 (11:31 +0200)]
Clarification: 'Triangulation' intersection type is the only valid choice
for non-unstruct/non-unstruct remapping.

6 years agoBug fix: SegSegIntersector::areColinears() was too tolerant.
abn [Thu, 12 Apr 2018 09:20:42 +0000 (11:20 +0200)]
Bug fix: SegSegIntersector::areColinears() was too tolerant.

(non homogeneous comparison of eps and quadratic term)

6 years agoBug fix: points located on the arc where wrongly detected by arc/arc intersector.
abn [Mon, 9 Apr 2018 15:12:30 +0000 (17:12 +0200)]
Bug fix: points located on the arc where wrongly detected by arc/arc intersector.

6 years agoBug fix: conformize3D() was not properly void returned array.
abn [Mon, 9 Apr 2018 14:19:29 +0000 (16:19 +0200)]
Bug fix: conformize3D() was not properly void returned array.

6 years agoBug fix: Intersect2DMeshWith1DLine now correctly handling closed lines ...
abn [Mon, 9 Apr 2018 14:16:16 +0000 (16:16 +0200)]
Bug fix: Intersect2DMeshWith1DLine now correctly handling closed lines ...

6 years agoBug fix in colinearize2D(): last seg not handled properly.
abn [Thu, 15 Mar 2018 14:07:34 +0000 (15:07 +0100)]
Bug fix in colinearize2D(): last seg not handled properly.

6 years agoBug correction for structure elt
Anthony Geay [Tue, 10 Apr 2018 08:17:15 +0000 (10:17 +0200)]
Bug correction for structure elt

6 years agoClarification: 'Triangulation' intersection type is the only valid choice abn/bug_fixes
abn [Thu, 12 Apr 2018 09:31:59 +0000 (11:31 +0200)]
Clarification: 'Triangulation' intersection type is the only valid choice
for non-unstruct/non-unstruct remapping.

6 years agoBug fix: SegSegIntersector::areColinears() was too tolerant.
abn [Thu, 12 Apr 2018 09:20:42 +0000 (11:20 +0200)]
Bug fix: SegSegIntersector::areColinears() was too tolerant.

(non homogeneous comparison of eps and quadratic term)

6 years agoBug correction for structure elt
Anthony Geay [Tue, 10 Apr 2018 08:17:15 +0000 (10:17 +0200)]
Bug correction for structure elt

6 years agoBug fix: points located on the arc where wrongly detected by arc/arc intersector.
abn [Mon, 9 Apr 2018 15:12:30 +0000 (17:12 +0200)]
Bug fix: points located on the arc where wrongly detected by arc/arc intersector.

6 years agoBug fix: conformize3D() was not properly void returned array.
abn [Mon, 9 Apr 2018 14:19:29 +0000 (16:19 +0200)]
Bug fix: conformize3D() was not properly void returned array.

6 years agoBug fix: Intersect2DMeshWith1DLine now correctly handling closed lines ...
abn [Mon, 9 Apr 2018 14:16:16 +0000 (16:16 +0200)]
Bug fix: Intersect2DMeshWith1DLine now correctly handling closed lines ...

6 years agoMEDCouplingRemapper::SetCrudeMatrix implementation V8_5_0a2 V8_5_0b1
Anthony Geay [Mon, 26 Mar 2018 13:23:26 +0000 (15:23 +0200)]
MEDCouplingRemapper::SetCrudeMatrix implementation

6 years agoSorry
Anthony Geay [Mon, 26 Mar 2018 07:22:14 +0000 (09:22 +0200)]
Sorry

6 years agoLoad interpolation matrix from the outside
Anthony Geay [Fri, 23 Mar 2018 15:38:17 +0000 (16:38 +0100)]
Load interpolation matrix from the outside

6 years agoBug fix in colinearize2D(): last seg not handled properly.
abn [Thu, 15 Mar 2018 14:07:34 +0000 (15:07 +0100)]
Bug fix in colinearize2D(): last seg not handled properly.

6 years agofix compilation with gcc6.3
Paul RASCLE [Mon, 12 Mar 2018 13:41:04 +0000 (14:41 +0100)]
fix compilation with gcc6.3

6 years agoDeal with pipes agy/EltStr
Anthony Geay [Wed, 7 Mar 2018 08:52:29 +0000 (09:52 +0100)]
Deal with pipes

6 years agoDeal with eccentricity for structure element
Anthony Geay [Wed, 28 Feb 2018 16:24:38 +0000 (17:24 +0100)]
Deal with eccentricity for structure element

6 years agotypo-fix by Kunda V8_5_0a1
eap [Tue, 27 Feb 2018 11:26:42 +0000 (14:26 +0300)]
typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/975195177

6 years agowe now live in yellow submarine
Anthony Geay [Wed, 21 Feb 2018 07:35:04 +0000 (08:35 +0100)]
we now live in yellow submarine

6 years agoEnd of implementation of MEDCouplingUMesh::attractSeg3MidPtsAroundNodes + test
Anthony Geay [Wed, 21 Feb 2018 07:20:59 +0000 (08:20 +0100)]
End of implementation of MEDCouplingUMesh::attractSeg3MidPtsAroundNodes + test

6 years agoImplementation of MEDCouplingUMesh::attractSeg3MidPtsAroundNodes
Anthony Geay [Tue, 20 Feb 2018 16:10:29 +0000 (17:10 +0100)]
Implementation of MEDCouplingUMesh::attractSeg3MidPtsAroundNodes

6 years agoscotch6.0.4 needs pthread... Quick and dirty solution to be improved
Anthony Geay [Tue, 20 Feb 2018 15:08:32 +0000 (16:08 +0100)]
scotch6.0.4 needs pthread... Quick and dirty solution to be improved

6 years agoNew : insert multi level group into MEDFileMeshes and remove a part of group at sepec...
Anthony Geay [Tue, 20 Feb 2018 08:45:49 +0000 (09:45 +0100)]
New : insert multi level group into MEDFileMeshes and remove a part of group at sepecified level

6 years agoFor MED profiles aficionados
Anthony Geay [Tue, 20 Feb 2018 06:51:13 +0000 (07:51 +0100)]
For MED profiles aficionados

6 years agoMissing wrap of appendFieldProfileFlatly
Anthony Geay [Thu, 8 Feb 2018 16:38:01 +0000 (17:38 +0100)]
Missing wrap of appendFieldProfileFlatly

6 years agoTypo-fix by Kunda
eap [Fri, 9 Feb 2018 19:47:24 +0000 (22:47 +0300)]
Typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/16816690

6 years agotypo-fix by Kunda V9_0_0
eap [Thu, 25 Jan 2018 16:59:23 +0000 (19:59 +0300)]
typo-fix by Kunda

http://www.salome-platform.org/forum/forum_9/96691342

6 years agoRoom service always here to clean-up. Thanks a lot.
Anthony Geay [Thu, 25 Jan 2018 14:57:26 +0000 (15:57 +0100)]
Room service always here to clean-up. Thanks a lot.

6 years agoBug in Structure elements with profile
Anthony Geay [Tue, 23 Jan 2018 07:42:57 +0000 (08:42 +0100)]
Bug in Structure elements with profile

6 years agoMake make test great again
Anthony Geay [Thu, 18 Jan 2018 14:09:26 +0000 (15:09 +0100)]
Make make test great again

6 years agoAdd an unconditional test of pywrapping
Anthony Geay [Thu, 18 Jan 2018 13:54:35 +0000 (14:54 +0100)]
Add an unconditional test of pywrapping

6 years agoTry to correct error detected by Roman
Anthony Geay [Tue, 16 Jan 2018 13:07:36 +0000 (14:07 +0100)]
Try to correct error detected by Roman

6 years agoFix bug when reading Castem sauv file with more than 1 million nodes
Christophe Bourcier [Fri, 12 Jan 2018 10:28:09 +0000 (11:28 +0100)]
Fix bug when reading Castem sauv file with more than 1 million nodes

6 years agotypo-fix by Kunda
eap [Tue, 9 Jan 2018 10:47:32 +0000 (13:47 +0300)]
typo-fix by Kunda

http://www.salome-platform.org/forum/forum_10/195000978

6 years agoNormaly finished
Anthony Geay [Mon, 8 Jan 2018 09:23:24 +0000 (10:23 +0100)]
Normaly finished

6 years agoMake it run with multiple timesteps
Anthony Geay [Mon, 8 Jan 2018 07:20:00 +0000 (08:20 +0100)]
Make it run with multiple timesteps

6 years agoDebug on MEDFile context
Anthony Geay [Fri, 5 Jan 2018 15:47:16 +0000 (16:47 +0100)]
Debug on MEDFile context

6 years agoNew useful DataArrayInt32::findIdForEach
Anthony Geay [Fri, 5 Jan 2018 12:56:42 +0000 (13:56 +0100)]
New useful DataArrayInt32::findIdForEach

6 years agoImplemenatation of MEDFileFields::linearToQuadratic + Remapper is now dealing with...
Anthony Geay [Tue, 2 Jan 2018 15:32:59 +0000 (16:32 +0100)]
Implemenatation of MEDFileFields::linearToQuadratic + Remapper is now dealing with 1D->0D (3D space) P1P1 PointLocator

6 years agoEven if MPI is activated, scotch can be activated
Anthony Geay [Fri, 29 Dec 2017 15:30:24 +0000 (16:30 +0100)]
Even if MPI is activated, scotch can be activated

6 years agorefacto partitioner options
Anthony Geay [Fri, 29 Dec 2017 15:12:40 +0000 (16:12 +0100)]
refacto partitioner options

6 years agoManagement of PTScotch/Scotch separetely
Anthony Geay [Fri, 29 Dec 2017 14:11:18 +0000 (15:11 +0100)]
Management of PTScotch/Scotch separetely

6 years agoTesting PyWrapping
Anthony Geay [Fri, 29 Dec 2017 12:47:03 +0000 (13:47 +0100)]
Testing PyWrapping

6 years agoBug correction
Anthony Geay [Fri, 29 Dec 2017 09:04:58 +0000 (10:04 +0100)]
Bug correction

6 years agoSome useful helpers into medcoupling python module
Anthony Geay [Fri, 29 Dec 2017 09:04:35 +0000 (10:04 +0100)]
Some useful helpers into medcoupling python module

6 years agoParaMEDMEM is in medcoupling
Anthony Geay [Fri, 29 Dec 2017 08:07:48 +0000 (09:07 +0100)]
ParaMEDMEM is in medcoupling

6 years agoSome factorization before integration of ParaMEDMEM into medcoupling python module
Anthony Geay [Thu, 28 Dec 2017 12:40:54 +0000 (13:40 +0100)]
Some factorization before integration of ParaMEDMEM into medcoupling python module

6 years agoConsequense of py wrap rationalization
Anthony Geay [Thu, 28 Dec 2017 10:03:12 +0000 (11:03 +0100)]
Consequense of py wrap rationalization

6 years agoSmall bug
Anthony Geay [Thu, 28 Dec 2017 09:32:39 +0000 (10:32 +0100)]
Small bug

6 years agonew "medcoupling" python module to gether into a single module all the MEDCoupling...
Anthony Geay [Tue, 12 Dec 2017 07:47:22 +0000 (08:47 +0100)]
new "medcoupling" python module to gether into a single module all the MEDCoupling extensions

6 years agoLet mpi4py do the MPI wrapping part job
Anthony Geay [Wed, 13 Dec 2017 13:46:45 +0000 (14:46 +0100)]
Let mpi4py do the MPI wrapping part job

6 years agoMerge branch 'master' of https://git.salome-platform.org/git/tools/medcoupling
Anthony Geay [Wed, 13 Dec 2017 13:31:13 +0000 (14:31 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/tools/medcoupling

6 years agoParaMEDMEM python revival
Anthony Geay [Wed, 13 Dec 2017 13:31:02 +0000 (14:31 +0100)]
ParaMEDMEM python revival

6 years agoMerge V8_4_BR branch.
rnv [Wed, 13 Dec 2017 09:13:46 +0000 (12:13 +0300)]
Merge V8_4_BR branch.

6 years agoSome tests are not compatible with MED V4: skip them
Gilles DAVID [Tue, 12 Dec 2017 15:23:47 +0000 (16:23 +0100)]
Some tests are not compatible with MED V4: skip them

6 years agoSome more minor doc fixes
Gilles DAVID [Mon, 11 Dec 2017 09:16:15 +0000 (10:16 +0100)]
Some more minor doc fixes

6 years agoMinor doc fix
abn [Fri, 8 Dec 2017 14:39:54 +0000 (15:39 +0100)]
Minor doc fix

6 years agotypo-fix by Kunda
eap [Tue, 28 Nov 2017 11:33:25 +0000 (14:33 +0300)]
typo-fix by Kunda

6 years agoAddition getMaxAbsValueInArray and getMaxAbsValue
Anthony Geay [Fri, 17 Nov 2017 13:35:21 +0000 (14:35 +0100)]
Addition getMaxAbsValueInArray and getMaxAbsValue

6 years agoSplit MEDFileField implementation into several parts to make eclipse and developper...
Anthony Geay [Wed, 15 Nov 2017 12:33:23 +0000 (13:33 +0100)]
Split MEDFileField implementation into several parts to make eclipse and developper happy.

6 years agoWelcome to DataArrayDouble::asArcOfCircle
Anthony Geay [Fri, 3 Nov 2017 15:23:13 +0000 (16:23 +0100)]
Welcome to DataArrayDouble::asArcOfCircle

6 years agoAddition test/doc for MEDFileMesh getNodeGroupArr, getNodeGroupsArr, getNodeFamilyArr...
Anthony Geay [Mon, 23 Oct 2017 13:13:07 +0000 (15:13 +0200)]
Addition test/doc for MEDFileMesh getNodeGroupArr, getNodeGroupsArr, getNodeFamilyArr, getNodeFamiliesArr

6 years agoImprove error forwarding from medfile
Anthony Geay [Fri, 20 Oct 2017 14:02:56 +0000 (16:02 +0200)]
Improve error forwarding from medfile

6 years agoEnd of integration of mss/paraspliter
Anthony Geay [Tue, 17 Oct 2017 14:49:58 +0000 (16:49 +0200)]
End of integration of mss/paraspliter

6 years agointegration of mss/paraspliter step2
Anthony Geay [Tue, 17 Oct 2017 14:10:27 +0000 (16:10 +0200)]
integration of mss/paraspliter step2

6 years agoMerge part1 of mss/paraspliter
Anthony Geay [Tue, 17 Oct 2017 13:44:15 +0000 (15:44 +0200)]
Merge part1 of mss/paraspliter

6 years agoPortability g++7.0 V8_4_BR V8_4_0 V8_4_0rc1 V8_4_0rc2 V8_4_0rc3 V8_4_0rc4
abn [Tue, 17 Oct 2017 08:07:40 +0000 (10:07 +0200)]
Portability g++7.0

6 years agoPortability g++7.0
abn [Tue, 17 Oct 2017 08:07:40 +0000 (10:07 +0200)]
Portability g++7.0

6 years agoMissing deletion agy/Py3PickleRefacto
Anthony Geay [Tue, 17 Oct 2017 06:04:45 +0000 (08:04 +0200)]
Missing deletion

6 years agoFinal cleanup
Anthony Geay [Tue, 17 Oct 2017 05:48:49 +0000 (07:48 +0200)]
Final cleanup

6 years agoMEDLoaderTest3 OK for both python2 and 3
Anthony Geay [Tue, 17 Oct 2017 05:30:26 +0000 (07:30 +0200)]
MEDLoaderTest3 OK for both python2 and 3

6 years agoclean up
Anthony Geay [Mon, 16 Oct 2017 13:07:05 +0000 (15:07 +0200)]
clean up

6 years agoAll tests are OK now on python3
Anthony Geay [Mon, 16 Oct 2017 13:00:49 +0000 (15:00 +0200)]
All tests are OK now on python3

6 years agoMEDCoupling module is OK
Anthony Geay [Mon, 16 Oct 2017 11:42:06 +0000 (13:42 +0200)]
MEDCoupling module is OK

6 years agoOn the road
Anthony Geay [Mon, 16 Oct 2017 09:59:12 +0000 (11:59 +0200)]
On the road