Salome HOME
ParaUMesh.redistributeCells implementation.
[tools/medcoupling.git] / src / MEDCoupling_Swig /
2020-04-26 Anthony GeayParaUMesh.redistributeCells implementation.
2020-04-20 Anthony Geay[EDF21149] : Improvements for // spliter
2020-04-16 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2020-04-15 vsrCopyright update 2020
2020-03-12 Anthony GeayTake advantage of med4.1 capabilities.
2020-03-05 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2020-02-22 Anthony GeayWrap of GetFamiliesGroupsInfo for // partitioner rnv/pv58_1
2020-02-21 Anthony GeayEase memory tracking
2020-01-27 Anthony GeayMerge branch 'agy/EDF20418_integ'
2020-01-27 Anthony Geay[EDF20418] : Fix regression in computation of Voronoi...
2020-01-14 rnvFix compilation on Windows with VS 2017 after implement...
2020-01-02 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2020-01-02 Anthony Geayooops
2020-01-02 Anthony GeayAdd useful method AllGeometricTypes in python wrapping
2020-01-02 Anthony GeayGet rid of conversion array duplication
2020-01-02 Anthony GeayDeal with 1D/0D pointlocator into Remapper
2019-12-31 Anthony GeayDeal with 2D/0D pointlocator into Remapper
2019-12-31 Anthony GeayDeal with 3D/0D point locator intersection in Remapper...
2019-12-20 vsrFix tests in the MICRO mode (part 3)
2019-12-20 eapIndices are stored as mcIdType type instead of int...
2019-12-19 vsrFix tests in the MICRO mode (part 2)
2019-08-30 Anthony GeayMEDCouplingFieldTemplate is pickable + fix of memory...
2019-08-26 Anthony GeayMerge branch 'abn/aggreg'
2019-08-26 Anthony GeayFix due to last commit
2019-08-23 vsrFix runtime warning about unclosed file descriptors vsr/close_file_descriptors
2019-07-19 Anthony Geay[EDF19821] : 2 last vicious cases
2019-07-17 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2019-07-17 Anthony GeayTo more link pywrappers to libpythonX.Y.so for Linux... agy/for_pip_install_tianyi
2019-07-17 Anthony GeayPython3.7 : PyUnicode_AsUTF8AndSize returns const char *
2019-06-13 abnBug detected by Clang.
2019-05-06 vsrMerge branch 'V9_3_BR'
2019-04-17 Anthony GeaySome helpers to convert VTK files to medcoupling mesh...
2019-03-06 abnIntersect2DMeshes bug fix: mishandling of orientation... V9_3_0a2
2019-03-05 vsrMerge branch 'V9_2_2_BR'
2019-03-04 abnIntersect2DMeshWith1DLine bug fix: when a cell was...
2019-02-21 abnIndexed arrays functions are now part of DataArrayInt... V9_3_0a1
2019-02-21 abnNew functionality: computeCellCenterOfMassWithPrecision()
2019-02-21 abnSWIG: Full clean up of "throw" specifications.
2019-02-21 abnSWIG exception: removing C++11 warnings, minimal work.
2019-02-21 abnMEDCoupling becomes medcoupling in tests.
2019-02-21 abnRemapper: PointLocator method does not make sense for...
2019-02-20 abnSWIG bug fix: DataArrayDouble::setValues()
2019-02-14 vsrUpdate copyrights
2019-02-01 Anthony GeayPrepare int64 management
2019-01-21 rnvFix tests in the MICRO mode.
2019-01-18 abnIntersector: optim for SegSeg and ArcCSeg when an extre...
2019-01-17 abnBug fix: BuildIntersectCells() should no try to merge...
2019-01-16 abnorientCorreclty2DCells() -> bug fix: quadratic cell...
2019-01-16 abnrestoring intersect test Tmp10 with a little fix to...
2019-01-15 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2019-01-15 abnRewrote eraseCurrent() in a more efficient way + disabl...
2019-01-15 Anthony GeayBug correction into MEDCouplingUMesh::getMeasureFieldOn...
2019-01-14 abnIntersec bug fix: point not added properly inserted...
2019-01-10 abnIntersec bug fix: correct polygons with flat corners...
2019-01-04 Anthony GeayImplementation of mergefields on Gauss Points + unifica...
2018-12-10 vsrMerge branch 'V9_2_BR'
2018-12-06 Anthony GeayBug correction in the medcoupling <-> numpy layer
2018-11-19 Anthony GeayBUG correction : During P0P0 remapping on tetra. If... V9_2_0 V9_2_0rc1 V9_2_0rc2
2018-11-19 Anthony GeayBUG correction : During P0P0 remapping on tetra. If...
2018-10-30 abnRemoving debug print messages ! V9_2_0a2 V9_2_0b1
2018-10-30 rnvTest correction: Python3: print '...' -> print('...')
2018-10-29 abnBug fix: IsPolygonWellOriented() was not working proper...
2018-10-26 abnBug fix : Edge::sortIdAbs() was merging points too...
2018-10-26 abnTest case for the prev fix of ComputeResidual ... never...
2018-10-10 rnvWindows support
2018-09-27 Anthony GeayA test of MEDCouplingUMesh::removeDegenerated1DCells
2018-09-24 Anthony GeayNew MEDCouplingUMesh::removeDegenerated1DCells method V9_2_0a1
2018-09-14 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-09-12 Anthony GeayTest of DataArrayDouble.ComputeIntegralOfSeg2IntoTri3 V9_1_0
2018-09-07 Anthony Geay[EDF17279] : integration computation
2018-09-04 Anthony GeayExtra deps update
2018-09-04 rnvWindows porting
2018-09-03 abnProposal SWIG CMake fix abn/cmake_swig_dpy
2018-08-29 Anthony GeayMEDCoupling python module is expected to be replaced... SHAPER_V9_1_0RC1
2018-08-29 Anthony GeayAjouts des tests
2018-08-29 abngetCellsContainingPoints is sensitive to 2D quadratic...
2018-08-28 Anthony Geay- MEDLoader ReadField is now dealing int32, float64...
2018-08-27 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-08-27 Anthony GeayMerge branch 'abn/norm_max'
2018-08-08 abnAPI change: MEDCouplingFieldDouble::normMax is now... abn/norm_max
2018-08-06 abnNew functionality: colinearizeKeepingConform2D().
2018-07-26 eapFix failure of UsersGuideExamplesTest in MICROMED mode
2018-07-09 Anthony GeayA py3 translation of a forgotten test py file
2018-06-27 abnMerge branch 'abn/seg_seg_intersec'
2018-06-27 abnSegSegIntersector fix: fix eps comparison to detect...
2018-06-20 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-06-20 abnNew func: MEDCouplingUMesh::convertDegeneratedCellsAndR...
2018-06-15 Anthony GeayC++11 for everybody ! youhouuuuu
2018-06-08 eapmedcoupling documentation modification agy/master_with_doc
2018-06-06 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-06-06 abnArcCSegIntersector fix: tangent cases were not properly...
2018-04-19 rnvMerge remote-tracking branch 'origin/abn/bug_fixes...
2018-04-18 abnBug fix: SegSegIntersector::areColinears() was too...
2018-04-18 abnBug fix: Intersect2DMeshWith1DLine now correctly handli...
2018-04-18 abnBug fix in colinearize2D(): last seg not handled properly.
2018-04-12 abnBug fix: SegSegIntersector::areColinears() was too...
2018-04-09 abnBug fix: Intersect2DMeshWith1DLine now correctly handli...
2018-03-26 Anthony GeayMEDCouplingRemapper::SetCrudeMatrix implementation V8_5_0a2 V8_5_0b1
2018-03-26 Anthony GeaySorry
2018-03-23 Anthony GeayLoad interpolation matrix from the outside
next