]>
SALOME platform Git repositories - tools/medcoupling.git/log
Anthony Geay [Tue, 26 Feb 2019 06:29:27 +0000 (07:29 +0100)]
Windows porting. Thanks to Roman.
abn [Mon, 18 Feb 2019 12:30:32 +0000 (13:30 +0100)]
Indexed arrays functions are now part of DataArrayInt but MEDCoupingUMesh Python interface still has them.
abn [Mon, 18 Feb 2019 09:47:50 +0000 (10:47 +0100)]
New functionality: computeCellCenterOfMassWithPrecision()
Same job as computeCellCenterOfMass, but sets quadratic precision
so that tolerance on arc of circle detection can be finely controlled.
abn [Wed, 20 Feb 2019 14:19:36 +0000 (15:19 +0100)]
SWIG: Full clean up of "throw" specifications.
abn [Tue, 19 Feb 2019 12:41:05 +0000 (13:41 +0100)]
SWIG exception: removing C++11 warnings, minimal work.
+ removing C++11 warning about deprecated "auto_ptr"
abn [Mon, 18 Feb 2019 12:34:31 +0000 (13:34 +0100)]
MEDCoupling becomes medcoupling in tests.
abn [Mon, 18 Feb 2019 10:29:55 +0000 (11:29 +0100)]
Remapper: PointLocator method does not make sense for srcMeshDim=2, trgtMeshDim=3, spaceDim=3
abn [Fri, 15 Feb 2019 13:08:51 +0000 (14:08 +0100)]
Intersector: Earlier detection of merged nodes.
Use a BBTreePoints to detect merged nodes.
Allows to more efficiently use identifyEarlyIntersection()
and avoid degenerated situations again.
abn [Wed, 20 Feb 2019 09:32:05 +0000 (10:32 +0100)]
SWIG bug fix: DataArrayDouble::setValues()
vsr [Thu, 14 Feb 2019 08:37:05 +0000 (11:37 +0300)]
Update copyrights
Anthony Geay [Tue, 5 Feb 2019 07:38:23 +0000 (08:38 +0100)]
Bug correction : Multi WriteField on field lying on mesh with duplicate nodes
Anthony Geay [Fri, 1 Feb 2019 13:44:31 +0000 (14:44 +0100)]
int64 : update attributes
Anthony Geay [Fri, 1 Feb 2019 12:19:47 +0000 (13:19 +0100)]
Prepare int64 management
Anthony Geay [Fri, 1 Feb 2019 09:17:18 +0000 (10:17 +0100)]
Prepare int64 management
Anthony Geay [Fri, 1 Feb 2019 06:50:18 +0000 (07:50 +0100)]
Prepare int64 management - example 4
Anthony Geay [Thu, 31 Jan 2019 14:15:56 +0000 (15:15 +0100)]
Prepare int64 management - example 3
Anthony Geay [Thu, 31 Jan 2019 13:43:46 +0000 (14:43 +0100)]
Prepare int64 management - example 2
Anthony Geay [Thu, 31 Jan 2019 13:22:40 +0000 (14:22 +0100)]
Prepare int64 management - example 1
Anthony Geay [Thu, 31 Jan 2019 13:10:35 +0000 (14:10 +0100)]
Prepare int64 management
rnv [Mon, 21 Jan 2019 09:48:25 +0000 (12:48 +0300)]
Fix tests in the MICRO mode.
abn [Thu, 17 Jan 2019 16:40:49 +0000 (17:40 +0100)]
Intersector: optim for SegSeg and ArcCSeg when an extremity is shared.
abn [Thu, 17 Jan 2019 16:13:42 +0000 (17:13 +0100)]
Some cleanup : removing unused param
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.
abn [Thu, 17 Jan 2019 10:55:19 +0000 (11:55 +0100)]
splitAbs(): Taking direction into account when skiping start/end nodes
abn [Wed, 16 Jan 2019 15:12:00 +0000 (16:12 +0100)]
orientCorreclty2DCells() -> bug fix: quadratic cell orientation not well handled.
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
abn [Tue, 15 Jan 2019 16:25:30 +0000 (17:25 +0100)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
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.
Anthony Geay [Tue, 15 Jan 2019 08:48:28 +0000 (09:48 +0100)]
Bug correction into MEDCouplingUMesh::getMeasureFieldOnNode on non simplex cells. Consequence : FieldDouble::integral on P1 field may change in case of non simplex use.
abn [Mon, 14 Jan 2019 14:40:50 +0000 (15:40 +0100)]
Useful valgrind suppr file for SWIG ...
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.
Anthony Geay [Mon, 14 Jan 2019 12:49:12 +0000 (13:49 +0100)]
Protect MEDCouplingFieldDouble::getValueOnMulti from SIGEGV on PENTA6
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.
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
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.
abn [Wed, 12 Dec 2018 13:00:49 +0000 (14:00 +0100)]
Rewrote _matrix in a more natural way in SegSegIntersetor
Anthony Geay [Fri, 4 Jan 2019 09:41:53 +0000 (10:41 +0100)]
Implementation of mergefields on Gauss Points + unification of mergefields(f1,f2) and mergefields([f1,f2])
Anthony Geay [Mon, 31 Dec 2018 07:09:07 +0000 (08:09 +0100)]
Porting python3
Anthony Geay [Thu, 20 Dec 2018 09:55:59 +0000 (10:55 +0100)]
First draft of int64.
Christophe Bourcier [Wed, 19 Dec 2018 12:50:53 +0000 (13:50 +0100)]
Add reading of record 8 of sauv file (ascii and XDR) for Castem 17
Anthony Geay [Mon, 17 Dec 2018 07:28:44 +0000 (08:28 +0100)]
Make the static counters atomic
Anthony Geay [Mon, 17 Dec 2018 06:53:26 +0000 (07:53 +0100)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Mon, 17 Dec 2018 06:53:16 +0000 (07:53 +0100)]
Update the documentation
vsr [Mon, 10 Dec 2018 14:20:35 +0000 (17:20 +0300)]
Merge branch 'V9_2_BR'
Anthony Geay [Thu, 6 Dec 2018 14:00:54 +0000 (15:00 +0100)]
Bug correction in the medcoupling <-> numpy layer
Anthony Geay [Thu, 29 Nov 2018 16:09:53 +0000 (17:09 +0100)]
Quick and dirty patch
Anthony Geay [Mon, 19 Nov 2018 12:29:11 +0000 (13:29 +0100)]
BUG correction : During P0P0 remapping on tetra. If tetra is very small the TetraAffine matrix could be falsely detected as not inversible.
Anthony Geay [Mon, 19 Nov 2018 12:29:11 +0000 (13:29 +0100)]
BUG correction : During P0P0 remapping on tetra. If tetra is very small the TetraAffine matrix could be falsely detected as not inversible.
vsr [Fri, 16 Nov 2018 08:17:29 +0000 (11:17 +0300)]
Increment version: 9.2.0
abn [Tue, 30 Oct 2018 08:51:58 +0000 (09:51 +0100)]
Removing debug print messages !
rnv [Tue, 30 Oct 2018 08:31:13 +0000 (11:31 +0300)]
Test correction: Python3: print '...' -> print('...')
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 [Fri, 26 Oct 2018 15:02:26 +0000 (17:02 +0200)]
Test case for the prev fix of ComputeResidual ... never hurts ...
abn [Mon, 22 Oct 2018 14:57:40 +0000 (16:57 +0200)]
Intersec bug fix: ComputeResidual buggy for quad polyg with 2 edges.
Anthony Geay [Thu, 18 Oct 2018 09:13:51 +0000 (11:13 +0200)]
Move Case*.py installation directory from bin to lib/python-MinMag
Anthony Geay [Wed, 17 Oct 2018 09:07:22 +0000 (11:07 +0200)]
Fix parallel compilation error on building of ParaMEDMEM python module.
eap [Mon, 15 Oct 2018 12:01:31 +0000 (15:01 +0300)]
Typo and whitespace fixes by Kunda
http://www.salome-platform.org/forum/forum_9/
454200149 #
834683007
abn [Mon, 15 Oct 2018 08:22:28 +0000 (10:22 +0200)]
Minor doxygen fix
rnv [Wed, 10 Oct 2018 19:57:50 +0000 (22:57 +0300)]
Windows support
Anthony Geay [Tue, 9 Oct 2018 09:05:22 +0000 (11:05 +0200)]
MEDLoader is now able to export to 3.3 MED file version.
Anthony Geay [Thu, 27 Sep 2018 07:48:52 +0000 (09:48 +0200)]
A test of MEDCouplingUMesh::removeDegenerated1DCells
Anthony Geay [Thu, 27 Sep 2018 07:35:15 +0000 (09:35 +0200)]
Context manager for MEDFile*Field1TS
Anthony Geay [Mon, 24 Sep 2018 14:27:45 +0000 (16:27 +0200)]
New MEDCouplingUMesh::removeDegenerated1DCells method
abn [Fri, 14 Sep 2018 13:26:12 +0000 (15:26 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
abn [Fri, 14 Sep 2018 13:25:14 +0000 (15:25 +0200)]
Minor bug fix : convertDegeneratedCellsAndRemoveFlatOnes()
Anthony Geay [Wed, 12 Sep 2018 07:15:47 +0000 (09:15 +0200)]
Test of DataArrayDouble.ComputeIntegralOfSeg2IntoTri3
Anthony Geay [Wed, 12 Sep 2018 06:22:20 +0000 (08:22 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Wed, 12 Sep 2018 06:22:06 +0000 (08:22 +0200)]
Take advantage of a nice property of barycentric coords
rnv [Tue, 11 Sep 2018 14:50:14 +0000 (17:50 +0300)]
Increment version: 9.1.0
abn [Tue, 11 Sep 2018 13:21:47 +0000 (15:21 +0200)]
Further fix for CaseReader Py3 ...
Anthony Geay [Fri, 7 Sep 2018 14:46:29 +0000 (16:46 +0200)]
[
EDF17279 ] : integration computation
rnv [Fri, 7 Sep 2018 07:58:49 +0000 (10:58 +0300)]
Finalizing windows porting.
rnv [Thu, 6 Sep 2018 08:12:12 +0000 (11:12 +0300)]
Sacrifice of MEDRenumber python module for windows due to lack of time. medcoupling python module is now the right module.
Anthony Geay [Tue, 4 Sep 2018 14:46:11 +0000 (16:46 +0200)]
Extra deps update
rnv [Wed, 29 Aug 2018 11:46:27 +0000 (14:46 +0300)]
Windows porting
abn [Mon, 3 Sep 2018 13:50:51 +0000 (15:50 +0200)]
Proposal SWIG CMake fix
Anthony Geay [Thu, 30 Aug 2018 12:06:41 +0000 (14:06 +0200)]
Correction of error during Py3 porting
Anthony Geay [Wed, 29 Aug 2018 14:32:07 +0000 (16:32 +0200)]
MEDCoupling python module is expected to be replaced by medcoupling python module
Anthony Geay [Wed, 29 Aug 2018 08:31:00 +0000 (10:31 +0200)]
Ajouts des tests
abn [Tue, 7 Aug 2018 14:17:35 +0000 (16:17 +0200)]
getCellsContainingPoints is sensitive to 2D quadratic static cells.
Anthony Geay [Mon, 27 Aug 2018 15:55:00 +0000 (17:55 +0200)]
- MEDLoader ReadField is now dealing int32, float64 and float32
- Support of Gauss Points on SEG2 with ref coo equal to [0., 1.]
- Addition of DAI.giveN2OOptimized
- MEDCouplingPointSet.renumberNodesInConn support maps as input in python wrapping
abn [Mon, 27 Aug 2018 13:49:00 +0000 (15:49 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
abn [Mon, 27 Aug 2018 13:42:49 +0000 (15:42 +0200)]
Further porting to Python3
Anthony Geay [Mon, 27 Aug 2018 11:54:46 +0000 (13:54 +0200)]
Merge branch 'abn/norm_max'
abn [Mon, 27 Aug 2018 11:33:24 +0000 (13:33 +0200)]
Porting Case tools to Python3
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
abn [Wed, 8 Aug 2018 15:04:49 +0000 (17:04 +0200)]
API change: MEDCouplingFieldDouble::normMax is now aligned with normL1 and normL2
abn [Mon, 6 Aug 2018 08:39:51 +0000 (10:39 +0200)]
New functionality: colinearizeKeepingConform2D().
abn [Thu, 2 Aug 2018 09:42:39 +0000 (11:42 +0200)]
Intel17 portability.
eap [Thu, 26 Jul 2018 14:40:31 +0000 (17:40 +0300)]
Fix failure of UsersGuideExamplesTest in MICROMED mode
Anthony Geay [Mon, 23 Jul 2018 05:54:26 +0000 (07:54 +0200)]
Additional check into MEDFileMesh.rearrangeFamilies thanks to Yutaka feedback
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).
Anthony Geay [Mon, 9 Jul 2018 07:34:40 +0000 (09:34 +0200)]
A py3 translation of a forgotten test py file
abn [Wed, 27 Jun 2018 12:07:41 +0000 (14:07 +0200)]
Merge branch 'abn/seg_seg_intersec'