]> SALOME platform Git repositories - tools/medcoupling.git/log
Salome HOME
tools/medcoupling.git
5 years ago[LAST backport] New functionality: computeCellCenterOfMassWithPrecision() abn/backport
abn [Mon, 18 Feb 2019 09:47:50 +0000 (10:47 +0100)]
[LAST backport] New functionality: computeCellCenterOfMassWithPrecision()

Same job as getBarycenterAndOwner(), but sets quadratic precision
so that tolerance on arc of circle detection can be finely controlled.

5 years agoIntersector: optim for SegSeg and ArcCSeg when an extremity is shared.
abn [Thu, 17 Jan 2019 16:40:49 +0000 (17:40 +0100)]
Intersector: optim for SegSeg and ArcCSeg when an extremity is shared.

5 years agoSome cleanup : removing unused param
abn [Thu, 17 Jan 2019 16:13:42 +0000 (17:13 +0100)]
Some cleanup : removing unused param

5 years agoBug fix: BuildIntersectCells() should no try to merge points at all. Done before.
abn [Thu, 17 Jan 2019 12:47:03 +0000 (13:47 +0100)]
Bug fix: BuildIntersectCells() should no try to merge points at all. Done before.

5 years agosplitAbs(): Taking direction into account when skiping start/end nodes
abn [Thu, 17 Jan 2019 10:55:19 +0000 (11:55 +0100)]
splitAbs(): Taking direction into account when skiping start/end nodes

5 years agoNo comment ...
abn [Thu, 17 Jan 2019 10:11:46 +0000 (11:11 +0100)]
No comment ...

5 years agoorientCorreclty2DCells() -> bug fix: quadratic cell orientation not well handled.
abn [Wed, 16 Jan 2019 15:12:00 +0000 (16:12 +0100)]
orientCorreclty2DCells() -> bug fix: quadratic cell orientation not well handled.

5 years agorestoring intersect test Tmp10 with a little fix to help on non-conform mesh
abn [Wed, 16 Jan 2019 14:09:33 +0000 (15:09 +0100)]
restoring intersect test Tmp10 with a little fix to help on non-conform mesh

5 years agoRewrote eraseCurrent() in a more efficient way + disabling one test not stable enough...
abn [Tue, 15 Jan 2019 13:09:52 +0000 (14:09 +0100)]
Rewrote eraseCurrent() in a more efficient way + disabling one test not stable enough yet.

5 years agoIntersec bug fix: point not added properly inserted in splitting.
abn [Mon, 14 Jan 2019 14:29:26 +0000 (15:29 +0100)]
Intersec bug fix: point not added properly inserted in splitting.

5 years agoIntersect bug fix : quad point was not inserted in the map even when used as an extremity
abn [Mon, 14 Jan 2019 12:07:45 +0000 (13:07 +0100)]
Intersect bug fix : quad point was not inserted in the map even when used as an extremity
for another seg.

5 years agoNasty one! Was OK on FED20, but not on more recent compilers.
abn [Fri, 11 Jan 2019 14:54:50 +0000 (15:54 +0100)]
Nasty one! Was OK on FED20, but not on more recent compilers.

5 years agoIntersec bug fix: correct polygons with flat corners, they crash residual computation ...
abn [Wed, 9 Jan 2019 14:30:10 +0000 (15:30 +0100)]
Intersec bug fix: correct polygons with flat corners, they crash residual computation ...

also added test.

Conflicts:
src/MEDCoupling/MEDCouplingUMesh_intersection.cxx
src/MEDCoupling_Swig/MEDCouplingIntersectTest.py

5 years agoBug fix in compute residual: the stop condition is really on pol1Zip only.
abn [Wed, 9 Jan 2019 13:48:50 +0000 (14:48 +0100)]
Bug fix in compute residual: the stop condition is really on pol1Zip only.

We might end up with remaining boundary edges from pol2 (and that's OK)

5 years agoIntersection : ComputeResidual -> some refactoring for readability
abn [Wed, 9 Jan 2019 12:10:47 +0000 (13:10 +0100)]
Intersection : ComputeResidual -> some refactoring for readability

Conflicts:
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DComposedEdge.cxx

5 years agoIntersec bug fix: when intersecting nodes are merged, they were not properly
abn [Mon, 7 Jan 2019 16:16:44 +0000 (17:16 +0100)]
Intersec bug fix: when intersecting nodes are merged, they were not properly
added on pol2.

5 years agoBug fix: seg seg intersector epsilon is to be taken absolutely for colinearity test:
abn [Mon, 7 Jan 2019 16:10:39 +0000 (17:10 +0100)]
Bug fix: seg seg intersector epsilon is to be taken absolutely for colinearity test:

+ even for very small vectors we don't want to have false positive on colinearity. So go back to a comparison with an angle.
+ removed spurious *2 in comparison
+ test IntersectionPointOnlyUnitarySegSeg precision was relaxed a bit

5 years agoIntersection: renaming some variables and refactor to make the algo easier to read.
abn [Wed, 19 Dec 2018 11:23:44 +0000 (12:23 +0100)]
Intersection: renaming some variables and refactor to make the algo easier to read.

Conflicts:
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx
src/MEDCoupling/MEDCouplingUMesh_intersection.cxx

5 years agoRewrote _matrix in a more natural way in SegSegIntersetor
abn [Wed, 12 Dec 2018 13:00:49 +0000 (14:00 +0100)]
Rewrote _matrix in a more natural way in SegSegIntersetor

6 years agoBug fix: IsPolygonWellOriented() was not working properly QPLOYG
abn [Mon, 29 Oct 2018 13:58:16 +0000 (14:58 +0100)]
Bug fix: IsPolygonWellOriented() was not working properly QPLOYG

If the linearized version was self-intersecting, algo was faulty.

6 years agoBug fix : Edge::sortIdAbs() was merging points too agressively.
abn [Wed, 24 Oct 2018 15:58:37 +0000 (17:58 +0200)]
Bug fix : Edge::sortIdAbs() was merging points too agressively.

6 years agoIntersec bug fix: ComputeResidual buggy for quad polyg with 2 edges.
abn [Mon, 22 Oct 2018 14:57:40 +0000 (16:57 +0200)]
Intersec bug fix: ComputeResidual buggy for quad polyg with 2 edges.

6 years agoMinor test fixes following backport.
abn [Wed, 26 Sep 2018 09:33:40 +0000 (11:33 +0200)]
Minor test fixes following backport.

6 years ago[backport] minor bug fix
abn [Fri, 14 Sep 2018 13:26:38 +0000 (15:26 +0200)]
[backport] minor bug fix

6 years ago[Backport fix] : SWIG for convertDegeneratedCellsAndRemoveFlatOnes()
abn [Fri, 14 Sep 2018 13:14:12 +0000 (15:14 +0200)]
[Backport fix] : SWIG for convertDegeneratedCellsAndRemoveFlatOnes()

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

6 years agoFix to use v7 API.
abn [Mon, 16 Jul 2018 08:47:45 +0000 (10:47 +0200)]
Fix to use v7 API.

6 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

Conflicts:
src/MEDCoupling_Swig/MEDCouplingIntersectTest.py

6 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.

Conflicts:
src/MEDCoupling/MEDCouplingUMesh_intersection.cxx

6 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.

6 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()

6 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.

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

(non homogeneous comparison of eps and quadratic term)

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

6 years agoBackport from 8.5:
abn [Mon, 9 Apr 2018 15:45:42 +0000 (17:45 +0200)]
Backport from 8.5:

[43cbbcc0fc]: Bug fix in colinearize2D(): last seg not handled properly.
[305e7a338]:  Bug fix: Intersect2DMeshWith1DLine now correctly handling closed lines ...

7 years agoRefactoring QuadraticPlanar precision tuning. Fixes intersector bugs.
abn [Mon, 26 Jun 2017 13:45:17 +0000 (15:45 +0200)]
Refactoring QuadraticPlanar precision tuning. Fixes intersector bugs.

+ Backport of bug fix in Intersect2DMeshWith1DLine (commit e12ff086a9)
+ Backport of commit 629c436ac5b1a (epsilon bug fix)
+ Backport of commit 62227e92 (epsilon refactoring)

7 years agoMEDLoader bug fix. Detected by FLICA non regression tests.
abn [Thu, 1 Dec 2016 08:12:47 +0000 (09:12 +0100)]
MEDLoader bug fix. Detected by FLICA non regression tests.

8 years agoBackport of BBox adjustment for 3D1D interpolation (PointLocator)
abn [Wed, 19 Oct 2016 13:57:57 +0000 (15:57 +0200)]
Backport of BBox adjustment for 3D1D interpolation (PointLocator)

8 years agoMinor: fixing test to use V7 API (was still using V8)
abn [Wed, 19 Oct 2016 13:53:19 +0000 (15:53 +0200)]
Minor: fixing test to use V7 API (was still using V8)

8 years agoRemapper: added new P1P1 method: MappedBarycentric. See doc
abn [Wed, 11 May 2016 12:54:45 +0000 (14:54 +0200)]
Remapper: added new P1P1 method: MappedBarycentric. See doc
for more infos.

8 years agoFix tests environment agr/fix_tests V7_8_0 V7_8_0rc2
Cédric Aguerre [Mon, 11 Apr 2016 16:07:42 +0000 (18:07 +0200)]
Fix tests environment

8 years agoFix salome tests
Cédric Aguerre [Mon, 11 Apr 2016 15:42:13 +0000 (17:42 +0200)]
Fix salome tests

8 years agoIncrement version: 7.8.0 V7_dev V7_8_0rc1
vsr [Fri, 20 May 2016 14:46:58 +0000 (17:46 +0300)]
Increment version: 7.8.0

8 years agoSynchronize adm files
mnt [Mon, 16 May 2016 18:30:47 +0000 (21:30 +0300)]
Synchronize adm files

8 years agoWindows compatibility
ana [Mon, 16 May 2016 15:55:08 +0000 (18:55 +0300)]
Windows compatibility

8 years agoDoc fix.
abn [Wed, 11 May 2016 15:13:24 +0000 (17:13 +0200)]
Doc fix.

8 years agoMake PARMETIS and METIS partitioner mutually exclusive.
abn [Wed, 11 May 2016 11:59:02 +0000 (13:59 +0200)]
Make PARMETIS and METIS partitioner mutually exclusive.

Otherwise they mix up in certain configurations.

8 years agoFix test to work with metis 5.1.0 (to be confirmed)
vsr [Tue, 10 May 2016 15:47:57 +0000 (18:47 +0300)]
Fix test to work with metis 5.1.0 (to be confirmed)

8 years agoTests: minor fixes:
abn [Mon, 9 May 2016 08:32:28 +0000 (10:32 +0200)]
Tests: minor fixes:

+ Make MEDCOUPLING_WITH_FILE_EXAMPLES and MEDCOUPLING_BUILD_TESTS compatible.
+ Fix test MEDLoaderCouplingTrainingSession

8 years agoRemapper: missing error message in InterpPlanar
abn [Tue, 10 May 2016 07:24:07 +0000 (09:24 +0200)]
Remapper: missing error message in InterpPlanar

8 years agoMinor fix.
abn [Mon, 9 May 2016 08:19:44 +0000 (10:19 +0200)]
Minor fix.

8 years agoParaMEDMEM: DisjointDEC
abn [Wed, 4 May 2016 14:08:42 +0000 (16:08 +0200)]
ParaMEDMEM: DisjointDEC

+ bug fix in copy ctor
+ new tests: both IDs and procs groups tested in constructor
+ added method to check group consistency.

8 years agoAll users free to choose whether to use XDR or not.
abn [Mon, 2 May 2016 14:14:11 +0000 (16:14 +0200)]
All users free to choose whether to use XDR or not.

Default value is OFF when WIN32, ON otherwise.

8 years agoMinor portability: Cygwin compiler seems to have _X as a standard symbol ... V7_8_0b1
abn [Mon, 2 May 2016 13:58:15 +0000 (15:58 +0200)]
Minor portability: Cygwin compiler seems to have _X as a standard symbol ...

8 years agoPorting to metis 5.1 V7_8_0a2
Anthony Geay [Thu, 28 Apr 2016 14:25:50 +0000 (16:25 +0200)]
Porting to metis 5.1

8 years agoA useful method for global vars.
Anthony Geay [Mon, 25 Apr 2016 12:50:13 +0000 (14:50 +0200)]
A useful method for global vars.

8 years agoMEDCoupling has now a simple global map.
Anthony Geay [Tue, 19 Apr 2016 06:10:13 +0000 (08:10 +0200)]
MEDCoupling has now a simple global map.

8 years agoMake the medcoupling to VTK accessible from the outside. For MEDWriter.
Anthony Geay [Fri, 15 Apr 2016 13:36:55 +0000 (15:36 +0200)]
Make the medcoupling to VTK accessible from the outside. For MEDWriter.

8 years agoMinor fix : CMake version 2.8.11 is sufficient for POSITION_INDEPENT_CODE flag
abn [Thu, 14 Apr 2016 13:14:43 +0000 (15:14 +0200)]
Minor fix : CMake version 2.8.11 is sufficient for POSITION_INDEPENT_CODE flag

8 years agoAdded option MEDCOUPLING_BUILD_STATIC to build static libs.
abn [Mon, 11 Apr 2016 08:01:10 +0000 (10:01 +0200)]
Added option MEDCOUPLING_BUILD_STATIC to build static libs.

8 years agoSynchronize adm files
mnt [Mon, 11 Apr 2016 18:23:41 +0000 (21:23 +0300)]
Synchronize adm files

8 years agoFix problem with detection python libraries.
rnv [Tue, 29 Mar 2016 11:06:00 +0000 (14:06 +0300)]
Fix problem with detection python libraries.

8 years agoSynchronize adm files
mnt [Mon, 21 Mar 2016 18:25:26 +0000 (21:25 +0300)]
Synchronize adm files

8 years agoAdd missing license file
vsr [Mon, 21 Mar 2016 12:00:51 +0000 (15:00 +0300)]
Add missing license file

8 years agoSynchronize adm files
mnt [Fri, 18 Mar 2016 20:11:03 +0000 (23:11 +0300)]
Synchronize adm files

8 years agoSynchronize adm files
mnt [Thu, 17 Mar 2016 18:23:07 +0000 (21:23 +0300)]
Synchronize adm files

8 years agoBug linked with multi node field read in parallel. The first one was modifying the...
Anthony Geay [Thu, 17 Mar 2016 10:55:40 +0000 (11:55 +0100)]
Bug linked with multi node field read in parallel. The first one was modifying the second one in context where field PartDef was a DataArrayPartDef.

8 years agoSynchronize adm files
mnt [Tue, 15 Mar 2016 18:22:04 +0000 (21:22 +0300)]
Synchronize adm files

8 years agoBug correction EDF12533
Anthony Geay [Tue, 15 Mar 2016 15:39:29 +0000 (16:39 +0100)]
Bug correction EDF12533

8 years agoSynchronize adm files
mnt [Mon, 14 Mar 2016 20:10:53 +0000 (23:10 +0300)]
Synchronize adm files

8 years agoCopyright update: 2016
vsr [Mon, 14 Mar 2016 15:15:44 +0000 (18:15 +0300)]
Copyright update: 2016

8 years agoSynchronize adm files
mnt [Mon, 14 Mar 2016 12:33:30 +0000 (15:33 +0300)]
Synchronize adm files

8 years agoCopyright update: 2016
vsr [Fri, 11 Mar 2016 15:37:58 +0000 (18:37 +0300)]
Copyright update: 2016

8 years agoMinor bug fix.
abn [Wed, 9 Mar 2016 10:34:28 +0000 (11:34 +0100)]
Minor bug fix.

8 years agobuildInnerBoundaryAlongM1Group(): bug fix for triangular/tetra mesh.
abn [Tue, 19 Jan 2016 09:31:42 +0000 (10:31 +0100)]
buildInnerBoundaryAlongM1Group(): bug fix for triangular/tetra mesh.

8 years agoSynchronize adm files
Maintenance team (INV) [Wed, 24 Feb 2016 18:24:28 +0000 (21:24 +0300)]
Synchronize adm files

8 years agoUse "default" theme for Sphinx < 1.3
vsr [Wed, 24 Feb 2016 10:27:15 +0000 (13:27 +0300)]
Use "default" theme for Sphinx < 1.3

8 years agoConditional test37 and test38 depending on medfile version.
Anthony Geay [Wed, 24 Feb 2016 10:13:36 +0000 (11:13 +0100)]
Conditional test37 and test38 depending on medfile version.

8 years agoC++98 compatibility (remove C++11 staff)
vsr [Thu, 18 Feb 2016 07:21:23 +0000 (10:21 +0300)]
C++98 compatibility (remove C++11 staff)

8 years agoSynchronize adm files
Maintenance team (INV) [Wed, 17 Feb 2016 18:32:54 +0000 (21:32 +0300)]
Synchronize adm files

8 years agoSynchronize adm files
Maintenance team (INV) [Tue, 16 Feb 2016 18:33:23 +0000 (21:33 +0300)]
Synchronize adm files

8 years agoFix compilation with NumPy/SciPy.
rnv [Mon, 15 Feb 2016 16:24:41 +0000 (19:24 +0300)]
Fix compilation with NumPy/SciPy.

8 years agoMerge relevant changes from V8_0_0_BR branch
vsr [Thu, 11 Feb 2016 14:20:54 +0000 (17:20 +0300)]
Merge relevant changes from V8_0_0_BR branch

8 years agoCMake: simplifying Python detection mechanism.
abn [Thu, 4 Feb 2016 10:53:05 +0000 (11:53 +0100)]
CMake: simplifying Python detection mechanism.

8 years agoDoc fix and enhancement.
abn [Tue, 9 Feb 2016 14:37:41 +0000 (15:37 +0100)]
Doc fix and enhancement.

8 years agogetWarpField(): documentation
abn [Fri, 5 Feb 2016 12:47:59 +0000 (13:47 +0100)]
getWarpField(): documentation

8 years agogetSkewField(): documentation.
abn [Fri, 5 Feb 2016 12:05:38 +0000 (13:05 +0100)]
getSkewField(): documentation.

8 years agoIntroduced check functions in MEDFileUMesh:
abn [Fri, 29 Jan 2016 13:34:59 +0000 (14:34 +0100)]
Introduced check functions in MEDFileUMesh:

   + checkCoherency(),
   + checkSMESHCoherency()
   + and clearNodeAndCellNumbers()

Also added hasUniqueValues() in DataArrayInt

8 years agoMerge branch 'V7_dev' of https://git.salome-platform.org/git/tools/medcoupling into...
Anthony Geay [Wed, 27 Jan 2016 15:40:42 +0000 (16:40 +0100)]
Merge branch 'V7_dev' of https://git.salome-platform.org/git/tools/medcoupling into V7_dev

8 years agoManual sync. from KERNEL.
Anthony Geay [Wed, 27 Jan 2016 15:40:33 +0000 (16:40 +0100)]
Manual sync. from KERNEL.

8 years agoSynchronize adm files
Maintenance team (INV) [Mon, 25 Jan 2016 18:33:12 +0000 (21:33 +0300)]
Synchronize adm files

8 years agoBug fix: some missing CMake files at install
abn [Thu, 21 Jan 2016 13:47:32 +0000 (14:47 +0100)]
Bug fix: some missing CMake files at install

8 years agoMerge branch 'master' into V7_dev - taking only stuff not for V8
abn [Thu, 21 Jan 2016 13:42:51 +0000 (14:42 +0100)]
Merge branch 'master' into V7_dev - taking only stuff not for V8

8 years agoA forgotten C++ test
Anthony Geay [Tue, 19 Jan 2016 16:13:46 +0000 (17:13 +0100)]
A forgotten C++ test

8 years agoEnsure sequential run of MEDLoader 1,2,3 tests. abn/ml_test123
abn [Wed, 20 Jan 2016 08:37:08 +0000 (09:37 +0100)]
Ensure sequential run of MEDLoader 1,2,3 tests.

8 years agoMEDFile 3.2.0 porting to support CYL and SPHER.
Anthony Geay [Tue, 19 Jan 2016 10:42:45 +0000 (11:42 +0100)]
MEDFile 3.2.0 porting to support CYL and SPHER.

8 years agoSimple porting to medfile 3.2.0
Anthony Geay [Tue, 19 Jan 2016 08:20:26 +0000 (09:20 +0100)]
Simple porting to medfile 3.2.0

8 years agoRemove checkCoherency2.
Anthony Geay [Mon, 18 Jan 2016 12:27:25 +0000 (13:27 +0100)]
Remove checkCoherency2.

8 years agoMEDCouplingUMesh.tessellate2D - only one entry point now.
Anthony Geay [Mon, 18 Jan 2016 11:14:36 +0000 (12:14 +0100)]
MEDCouplingUMesh.tessellate2D - only one entry point now.

8 years agoMerge branch 'master' of https://git.salome-platform.org/git/tools/medcoupling
Anthony Geay [Mon, 18 Jan 2016 10:54:00 +0000 (11:54 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/tools/medcoupling