]>
SALOME platform Git repositories - tools/medcoupling.git/log
abn [Mon, 14 Jan 2019 14:29:26 +0000 (15:29 +0100)]
Intersec bug fix: point not added properly inserted in splitting.
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.
abn [Fri, 11 Jan 2019 14:54:50 +0000 (15:54 +0100)]
Nasty one! Was OK on FED20, but not on more recent compilers.
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
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)
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
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.
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
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
abn [Wed, 12 Dec 2018 13:00:49 +0000 (14:00 +0100)]
Rewrote _matrix in a more natural way in SegSegIntersetor
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.
abn [Wed, 24 Oct 2018 15:58:37 +0000 (17:58 +0200)]
Bug fix : Edge::sortIdAbs() was merging points too agressively.
abn [Mon, 22 Oct 2018 14:57:40 +0000 (16:57 +0200)]
Intersec bug fix: ComputeResidual buggy for quad polyg with 2 edges.
abn [Wed, 26 Sep 2018 09:33:40 +0000 (11:33 +0200)]
Minor test fixes following backport.
abn [Fri, 14 Sep 2018 13:26:38 +0000 (15:26 +0200)]
[backport] minor bug fix
abn [Fri, 14 Sep 2018 13:14:12 +0000 (15:14 +0200)]
[Backport fix] : SWIG for convertDegeneratedCellsAndRemoveFlatOnes()
abn [Mon, 6 Aug 2018 08:39:51 +0000 (10:39 +0200)]
[backport] New functionality: colinearizeKeepingConform2D().
abn [Mon, 16 Jul 2018 08:47:45 +0000 (10:47 +0200)]
Fix to use v7 API.
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
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
abn [Thu, 7 Jun 2018 07:17:54 +0000 (09:17 +0200)]
ArcCSegIntersector fix: more precise usage of machine epsilon.
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()
abn [Tue, 5 Jun 2018 15:07:31 +0000 (17:07 +0200)]
ArcCSegIntersector fix: tangent cases were not properly handled.
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)
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.
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 ...
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)
abn [Thu, 1 Dec 2016 08:12:47 +0000 (09:12 +0100)]
MEDLoader bug fix. Detected by FLICA non regression tests.
abn [Wed, 19 Oct 2016 13:57:57 +0000 (15:57 +0200)]
Backport of BBox adjustment for 3D1D interpolation (PointLocator)
abn [Wed, 19 Oct 2016 13:53:19 +0000 (15:53 +0200)]
Minor: fixing test to use V7 API (was still using V8)
abn [Wed, 11 May 2016 12:54:45 +0000 (14:54 +0200)]
Remapper: added new P1P1 method: MappedBarycentric. See doc
for more infos.
Cédric Aguerre [Mon, 11 Apr 2016 16:07:42 +0000 (18:07 +0200)]
Fix tests environment
Cédric Aguerre [Mon, 11 Apr 2016 15:42:13 +0000 (17:42 +0200)]
Fix salome tests
vsr [Fri, 20 May 2016 14:46:58 +0000 (17:46 +0300)]
Increment version: 7.8.0
mnt [Mon, 16 May 2016 18:30:47 +0000 (21:30 +0300)]
Synchronize adm files
ana [Mon, 16 May 2016 15:55:08 +0000 (18:55 +0300)]
Windows compatibility
abn [Wed, 11 May 2016 15:13:24 +0000 (17:13 +0200)]
Doc fix.
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.
vsr [Tue, 10 May 2016 15:47:57 +0000 (18:47 +0300)]
Fix test to work with metis 5.1.0 (to be confirmed)
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
abn [Tue, 10 May 2016 07:24:07 +0000 (09:24 +0200)]
Remapper: missing error message in InterpPlanar
abn [Mon, 9 May 2016 08:19:44 +0000 (10:19 +0200)]
Minor fix.
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.
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.
abn [Mon, 2 May 2016 13:58:15 +0000 (15:58 +0200)]
Minor portability: Cygwin compiler seems to have _X as a standard symbol ...
Anthony Geay [Thu, 28 Apr 2016 14:25:50 +0000 (16:25 +0200)]
Porting to metis 5.1
Anthony Geay [Mon, 25 Apr 2016 12:50:13 +0000 (14:50 +0200)]
A useful method for global vars.
Anthony Geay [Tue, 19 Apr 2016 06:10:13 +0000 (08:10 +0200)]
MEDCoupling has now a simple global map.
Anthony Geay [Fri, 15 Apr 2016 13:36:55 +0000 (15:36 +0200)]
Make the medcoupling to VTK accessible from the outside. For MEDWriter.
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
abn [Mon, 11 Apr 2016 08:01:10 +0000 (10:01 +0200)]
Added option MEDCOUPLING_BUILD_STATIC to build static libs.
mnt [Mon, 11 Apr 2016 18:23:41 +0000 (21:23 +0300)]
Synchronize adm files
rnv [Tue, 29 Mar 2016 11:06:00 +0000 (14:06 +0300)]
Fix problem with detection python libraries.
mnt [Mon, 21 Mar 2016 18:25:26 +0000 (21:25 +0300)]
Synchronize adm files
vsr [Mon, 21 Mar 2016 12:00:51 +0000 (15:00 +0300)]
Add missing license file
mnt [Fri, 18 Mar 2016 20:11:03 +0000 (23:11 +0300)]
Synchronize adm files
mnt [Thu, 17 Mar 2016 18:23:07 +0000 (21:23 +0300)]
Synchronize adm files
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.
mnt [Tue, 15 Mar 2016 18:22:04 +0000 (21:22 +0300)]
Synchronize adm files
Anthony Geay [Tue, 15 Mar 2016 15:39:29 +0000 (16:39 +0100)]
mnt [Mon, 14 Mar 2016 20:10:53 +0000 (23:10 +0300)]
Synchronize adm files
vsr [Mon, 14 Mar 2016 15:15:44 +0000 (18:15 +0300)]
Copyright update: 2016
mnt [Mon, 14 Mar 2016 12:33:30 +0000 (15:33 +0300)]
Synchronize adm files
vsr [Fri, 11 Mar 2016 15:37:58 +0000 (18:37 +0300)]
Copyright update: 2016
abn [Wed, 9 Mar 2016 10:34:28 +0000 (11:34 +0100)]
Minor bug fix.
abn [Tue, 19 Jan 2016 09:31:42 +0000 (10:31 +0100)]
buildInnerBoundaryAlongM1Group(): bug fix for triangular/tetra mesh.
Maintenance team (INV) [Wed, 24 Feb 2016 18:24:28 +0000 (21:24 +0300)]
Synchronize adm files
vsr [Wed, 24 Feb 2016 10:27:15 +0000 (13:27 +0300)]
Use "default" theme for Sphinx < 1.3
Anthony Geay [Wed, 24 Feb 2016 10:13:36 +0000 (11:13 +0100)]
Conditional test37 and test38 depending on medfile version.
vsr [Thu, 18 Feb 2016 07:21:23 +0000 (10:21 +0300)]
C++98 compatibility (remove C++11 staff)
Maintenance team (INV) [Wed, 17 Feb 2016 18:32:54 +0000 (21:32 +0300)]
Synchronize adm files
Maintenance team (INV) [Tue, 16 Feb 2016 18:33:23 +0000 (21:33 +0300)]
Synchronize adm files
rnv [Mon, 15 Feb 2016 16:24:41 +0000 (19:24 +0300)]
Fix compilation with NumPy/SciPy.
vsr [Thu, 11 Feb 2016 14:20:54 +0000 (17:20 +0300)]
Merge relevant changes from V8_0_0_BR branch
abn [Thu, 4 Feb 2016 10:53:05 +0000 (11:53 +0100)]
CMake: simplifying Python detection mechanism.
abn [Tue, 9 Feb 2016 14:37:41 +0000 (15:37 +0100)]
Doc fix and enhancement.
abn [Fri, 5 Feb 2016 12:47:59 +0000 (13:47 +0100)]
getWarpField(): documentation
abn [Fri, 5 Feb 2016 12:05:38 +0000 (13:05 +0100)]
getSkewField(): documentation.
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
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
Anthony Geay [Wed, 27 Jan 2016 15:40:33 +0000 (16:40 +0100)]
Manual sync. from KERNEL.
Maintenance team (INV) [Mon, 25 Jan 2016 18:33:12 +0000 (21:33 +0300)]
Synchronize adm files
abn [Thu, 21 Jan 2016 13:47:32 +0000 (14:47 +0100)]
Bug fix: some missing CMake files at install
abn [Thu, 21 Jan 2016 13:42:51 +0000 (14:42 +0100)]
Merge branch 'master' into V7_dev - taking only stuff not for V8
Anthony Geay [Tue, 19 Jan 2016 16:13:46 +0000 (17:13 +0100)]
A forgotten C++ test
abn [Wed, 20 Jan 2016 08:37:08 +0000 (09:37 +0100)]
Ensure sequential run of MEDLoader 1,2,3 tests.
Anthony Geay [Tue, 19 Jan 2016 10:42:45 +0000 (11:42 +0100)]
MEDFile 3.2.0 porting to support CYL and SPHER.
Anthony Geay [Tue, 19 Jan 2016 08:20:26 +0000 (09:20 +0100)]
Simple porting to medfile 3.2.0
Anthony Geay [Mon, 18 Jan 2016 12:27:25 +0000 (13:27 +0100)]
Remove checkCoherency2.
Anthony Geay [Mon, 18 Jan 2016 11:14:36 +0000 (12:14 +0100)]
MEDCouplingUMesh.tessellate2D - only one entry point now.
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
Anthony Geay [Mon, 18 Jan 2016 10:53:50 +0000 (11:53 +0100)]
Remove DataArrayInt::isIdentity-> DataArrayInt::isIdentity2 for everybody. Remove DataArrayInt::replaceOneValByInThis replaced by DataArrayInt::changeValue.
abn [Mon, 18 Jan 2016 08:54:39 +0000 (09:54 +0100)]
Script to perform automatic renaming should be installed.
abn [Mon, 18 Jan 2016 08:48:35 +0000 (09:48 +0100)]
Merge branch 'master' of ssh://git.salome-platform.org/tools/medcoupling
Conflicts:
v8_work/TODO.txt -- keeping Anthony's last word!
abn [Mon, 18 Jan 2016 08:47:10 +0000 (09:47 +0100)]
Covariance: last fixes.
Anthony Geay [Mon, 18 Jan 2016 08:11:02 +0000 (09:11 +0100)]
Modif b4 apply.
abn [Fri, 15 Jan 2016 14:31:50 +0000 (15:31 +0100)]
Covariance: forgot the most important one deepCpy() !!
abn [Fri, 15 Jan 2016 14:14:55 +0000 (15:14 +0100)]
Fixing various C++ covariances mismatches in the API
+ MEDCouplingUMesh
deepCpyConnectivityOnly
mergeMyselfWithOnSameCoords
buildPartOfMySelf
buildPartOfMySelfNode
buildPartOfMySelf2
buildFacePartOfMySelfNode
buildBoundaryMesh
buildPartOfMySelfKeepCoords
buildPartOfMySelfKeepCoords2
+ MEDCouplingExtrudedMesh
deepCpy
+ MEDCouplingIMesh
deepCpy
abn [Fri, 15 Jan 2016 13:14:20 +0000 (14:14 +0100)]
API renaming: preparation.
Maintenance team (INV) [Thu, 14 Jan 2016 18:28:38 +0000 (21:28 +0300)]
Synchronize adm files