Salome HOME
fix: remove ref to adm_local in CMakeLists.txt
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingBasicsTest7.py
2024-05-06 Christophe BourcierFix: getCellsContainingPoints() in case of polyhedron... cbr/fix_isElementContainsPointAlg3D_planar_polyhedron_face 8/head
2024-01-20 mbsUpdated copyright comment
2024-01-13 jfaMerge branch 'V9_12_BR'
2023-12-18 NATHALIE GOREadd test for Nan - computeTriangleHeight
2023-08-14 Anthony Geay[EDF27860] : MEDCouplingUMesh.getCellsContainingPoints...
2023-08-11 Anthony Geay[EDF27988] : Implementation of MEDCouplingUMesh.explode...
2023-08-04 Anthony Geay[EDF28170] : management of structure elements pipes...
2023-07-19 jfaMerge branch 'V9_11_BR'
2023-06-19 mbsupdated copyright message V9_11_BR V9_11_0
2023-06-16 mbsupdated copyright message
2023-03-23 Nabil GhodbaneFix MEDCoupling tests currently failing on Windows OS:
2023-02-13 Anthony GeayImplement all derivatives for a shape functions based...
2023-01-31 Anthony Geay[EDF26877] : management of computation of measure field...
2023-01-30 Anthony Geay[EDF26877] : Improvement of precision of integral compu...
2022-12-21 Anthony GeayImplementation of new DataArrayInt.locateComponentId...
2022-12-20 Anthony GeayImplementation of MEDCoupling1SGTUMesh.computeTriangleH...
2022-09-08 Anthony GeayManagement of derivatives of shape functions of NORM_HE...
2022-08-24 Anthony GeaySmall refactoring of interpolation and implementation... V9_9_1b1
2022-05-31 vsrMerge branch 'V9_9_BR'
2022-05-05 vsrCopyright update 2022
2022-04-11 Anthony Geay[EDF25207] : Fix bbox computation in the polhedron...
2022-03-30 Anthony GeayMerge branch 'duc/new_function' V9_9_0a2
2022-03-29 DUC ANH HOANGnew sort function for the pairs list which can replace... duc/new_function
2021-05-31 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2021-05-31 Anthony GeayFix of reference connectivity of faces of PENTA15 cell...
2021-03-30 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2021-03-30 Anthony GeayAdd MEDCouplingMesh.computeMeshCenterOfMass
2021-03-25 Anthony GeayMerge branch 'occ/24009'
2021-03-25 vsrCopyright update 2021
2021-03-15 Anthony GeayDataArrayInt32.convertToInt64Arr and DataArrayInt64...
2021-02-05 Anthony GeayImplementation of basic mesh checker to detect avoidabl... agy/checkmesh
2020-11-18 Anthony GEAYFix SIGSEGV on string representation of empty MEDCoupli...
2020-11-17 Anthony GEAY[EDF22126] : eigen values with identity matrix
2020-07-10 vsrMerge branch 'V9_5_BR'
2020-06-24 Anthony Geay[EDF21675] : Non regression test
2020-05-10 Anthony GeayAddition of MEDCouplingSkyLineArray.thresholdPerPack... V9_5_0b1
2020-05-10 Anthony GeayDebug of MEDCouplingUMesh::areCellsIncludedInMe : now...
2020-05-08 Anthony Geay[EDF21149] : fix bug detected in MEDCouplingUMesh:...
2020-04-27 Anthony GeayAdd 2 missing methods into wrap of MEDCouplingField
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-01-27 Anthony GeayMerge branch 'agy/EDF20418_integ'
2020-01-27 Anthony Geay[EDF20418] : Fix regression in computation of Voronoi...
2020-01-02 Anthony GeayAdd useful method AllGeometricTypes in python wrapping
2019-12-20 eapIndices are stored as mcIdType type instead of int...