]>
SALOME platform Git repositories - tools/medcoupling.git/log
abn [Fri, 29 Jan 2021 08:50:42 +0000 (09:50 +0100)]
ParaMEDMemTest: nasty bug: stack data was declared at the wrong scope
+ caused random crashes on random platforms in Release mode
abn [Tue, 26 Jan 2021 14:41:16 +0000 (15:41 +0100)]
Minor doc clarification following user feedback.
abn [Tue, 26 Jan 2021 10:21:55 +0000 (11:21 +0100)]
Doc
abn [Thu, 21 Jan 2021 20:26:11 +0000 (21:26 +0100)]
Minor: SPACEDIM remains an int
abn [Tue, 12 Jan 2021 14:17:16 +0000 (15:17 +0100)]
2D PointLocator remapping now works properly on non-convex polygons.
+ unified PointLocator logic (getCell*ContainingPoint* functions are always
using PointLocator algorithms)
abn [Mon, 11 Jan 2021 13:25:46 +0000 (14:25 +0100)]
buildInnerBoundaryAlongM1Group: bug fix for singular point in 3D
abn [Mon, 11 Jan 2021 10:25:33 +0000 (11:25 +0100)]
Unwanted trailing spaces ...
Anthony GEAY [Mon, 18 Jan 2021 20:13:14 +0000 (21:13 +0100)]
Fix 32bits config bug
Anthony GEAY [Mon, 11 Jan 2021 20:50:36 +0000 (21:50 +0100)]
Suppress default rev nodal computation in case of num of nodes.
Anthony GEAY [Mon, 11 Jan 2021 19:55:32 +0000 (20:55 +0100)]
Small imp
Viktor Uzlov [Thu, 26 Nov 2020 07:41:15 +0000 (10:41 +0300)]
Adapt for C++17
Anida KHIZAR [Tue, 17 Nov 2020 11:26:44 +0000 (12:26 +0100)]
Intersection: fixed seg fault on Ubuntu 20
Anthony GEAY [Wed, 18 Nov 2020 06:31:14 +0000 (07:31 +0100)]
Fix SIGSEGV on string representation of empty MEDCoupling1[S,D]GTUMesh
Anthony GEAY [Wed, 18 Nov 2020 05:56:48 +0000 (06:56 +0100)]
Non reg test linked to previous commit
Anthony GEAY [Tue, 17 Nov 2020 16:02:45 +0000 (17:02 +0100)]
MEDFileMeshLL::renumberNodesInConnWithoutComputation did not notify correctly wich internal DS was changed
Anthony GEAY [Tue, 17 Nov 2020 07:33:27 +0000 (08:33 +0100)]
[
EDF22126 ] : eigen values with identity matrix
Anthony GEAY [Tue, 10 Nov 2020 15:21:28 +0000 (16:21 +0100)]
Optimize memory peak during coordinates loading implied by MEDFileUMesh.LoadPart.
Anthony Geay [Mon, 16 Nov 2020 21:45:53 +0000 (22:45 +0100)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Mon, 16 Nov 2020 21:34:20 +0000 (22:34 +0100)]
[
EDF22126 ] : doc about convention of components for eigenValues and eigenVectors method
vsr [Wed, 11 Nov 2020 15:55:15 +0000 (18:55 +0300)]
Merge branch 'V9_6_BR'
Anthony Geay [Wed, 4 Nov 2020 15:30:45 +0000 (16:30 +0100)]
Reduce number of collective calls that kill performance even if mem peak is higher
Anida KHIZAR [Mon, 19 Oct 2020 14:24:22 +0000 (16:24 +0200)]
Intersect2DMeshWith1DLine: bug fix (collinear edges not always detected)
+ with test case
+ and doc
vsr [Tue, 3 Nov 2020 09:13:16 +0000 (12:13 +0300)]
CMake-ish propagation of MEDCOUPLING_USE_64BIT_IDS define
abn [Mon, 26 Oct 2020 13:27:41 +0000 (14:27 +0100)]
MEDFileCMesh: bug fix: getFamsNonEmptyLevels{Ext} was buggy
vsr [Fri, 16 Oct 2020 16:06:27 +0000 (19:06 +0300)]
Increment version: 9.6.0
abn [Fri, 16 Oct 2020 12:54:18 +0000 (14:54 +0200)]
MEDFileCurveLinearMesh -> getSpaceDimension() was missing
Anida KHIZAR [Thu, 8 Oct 2020 15:21:48 +0000 (17:21 +0200)]
Bug with FindClosestTupleIdAlg fixed (preventing the threshold to be null)
vsr [Thu, 15 Oct 2020 08:08:19 +0000 (11:08 +0300)]
Set default value of MEDCOUPLING_USE_64BIT_IDS option to ON
Anthony GEAY [Tue, 13 Oct 2020 19:25:43 +0000 (21:25 +0200)]
Generalization of MEDCouplingUMesh::fillCellIdsToKeepFromNodeIds and MEDFileUMesh::LoadPart with empty mesh
Anthony GEAY [Sun, 11 Oct 2020 05:36:38 +0000 (07:36 +0200)]
Fix error on int64 config due to
bf521630bd93aec8 commit
Anthony Geay [Wed, 7 Oct 2020 06:35:48 +0000 (08:35 +0200)]
Propagate to medcoupling C++ client code MEDCOUPLING_USE_64BIT_IDS definition
Anthony Geay [Mon, 5 Oct 2020 14:55:10 +0000 (16:55 +0200)]
Compilation with debian8 native MPI
vsr [Thu, 1 Oct 2020 09:30:55 +0000 (12:30 +0300)]
bos #20133 Wrap numpy-dependent code with preprocessor check
vsr [Thu, 1 Oct 2020 06:50:23 +0000 (09:50 +0300)]
Revert "bos #20133 Wrap numpy-dependent code with preprocessor check"
This reverts commit
d3d55547e9f984a9de4852477c03a49e1a909412 .
vsr [Wed, 30 Sep 2020 15:38:14 +0000 (18:38 +0300)]
bos #20133 Wrap numpy-dependent code with preprocessor check
abn [Tue, 29 Sep 2020 14:01:38 +0000 (16:01 +0200)]
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
+ tests should work w/o having done the install
+ new variable MEDCOUPLING_RESOURCE_DIR set at test time and pointing to BUILD resource dir
+ renaming UsersGuideExample for MEDLoader so that we don't have twice the same test name overall (confusing CTest)
+ fixing env for RENUMBER
abn [Tue, 29 Sep 2020 12:38:11 +0000 (14:38 +0200)]
Parallel partitionner compile fix ...
+ seems like no one is using this ??
vsr [Tue, 29 Sep 2020 08:45:28 +0000 (11:45 +0300)]
Fix compilation with openmpi < 4.0
abn [Fri, 18 Sep 2020 18:46:36 +0000 (20:46 +0200)]
Fix clang compilation (template instanciations) + clang warnings
+ CMakeLists: adding (in comment) a useful set of warnings.
+ Constructors throwing should not call instance (ie non-static) methods.
+ Various doc fixes - thanks "-Wdocumentation" in clang
+ Removing unnecessary comparison (clang -Wtautological-compare)
+ replacing throw() by noexcept(true)
+ clang -Wconditional-uninitialized. Some remaining in SWIG generated code.
+ missing breaks, shadow variable, etc ...
+ clang -Wshorten-64-to-32-bits
+ AutoPyPtr in an anonymous namespace to avoid suboject-linkage warning.
abn [Mon, 28 Sep 2020 11:18:16 +0000 (13:18 +0200)]
Bug fixes: cartesianize() and WriteFieldOnAlreadyWrittenMesh()
+ WriteFieldOnAlreadyWrittenMesh() for MCFieldInt and MCFieldFloat
+ cartesianize() not doing the job when AX_CART set (should only copy)
abn [Tue, 22 Sep 2020 13:49:48 +0000 (15:49 +0200)]
UserGuideExample test of RENUMBER needs Partitioner
abn [Fri, 18 Sep 2020 10:21:05 +0000 (12:21 +0200)]
Portability: MPICH does not support "--oversubscribe" option
Anthony GEAY [Wed, 23 Sep 2020 18:59:20 +0000 (20:59 +0200)]
Management of int64 fields into medcoupling.
Anthony GEAY [Tue, 22 Sep 2020 19:47:30 +0000 (21:47 +0200)]
fix of med convertors for int64
Anthony Geay [Fri, 18 Sep 2020 12:08:11 +0000 (14:08 +0200)]
Make it compile with intel compiler into int64 mode
Anthony Geay [Wed, 9 Sep 2020 12:40:40 +0000 (14:40 +0200)]
PTScotch int64 with assumption that mcIdType == SCOTCH_Num
Anthony Geay [Tue, 8 Sep 2020 14:14:58 +0000 (16:14 +0200)]
PTScotch with MEDCOUPLING_USE_64BIT_IDS=ON
vsr [Tue, 18 Aug 2020 06:14:37 +0000 (09:14 +0300)]
Use --oversubscribe option to pass tests correctly on workstations with few cores
Anthony Geay [Wed, 12 Aug 2020 14:29:47 +0000 (16:29 +0200)]
test of ParaUMesh.getCellIdsLyingOnNodes and ParaUMesh.redistributeCells
Anthony Geay [Wed, 12 Aug 2020 12:57:18 +0000 (14:57 +0200)]
Parallel implementation of getCellsLyingOnNodes(True)
rnv [Mon, 3 Aug 2020 18:59:06 +0000 (21:59 +0300)]
Build MEDCOUPLING with native openmpi on CentOS-8
vsr [Fri, 10 Jul 2020 15:34:14 +0000 (18:34 +0300)]
Merge branch 'V9_5_BR'
rnv [Mon, 29 Jun 2020 21:39:25 +0000 (00:39 +0300)]
#19140 [CEA 19111][Windows] compile MEDCOUPLING with PARTITIONER and SWIG
Anthony Geay [Wed, 24 Jun 2020 11:11:58 +0000 (13:11 +0200)]
[
EDF21675 ] : Non regression test
Anthony Geay [Wed, 24 Jun 2020 11:02:05 +0000 (13:02 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Wed, 24 Jun 2020 11:00:09 +0000 (13:00 +0200)]
[
EDF21675 ] : Management of PENTA18 for NodeElement fields.
rnv [Wed, 24 Jun 2020 10:10:14 +0000 (13:10 +0300)]
#19727 [CEA][Windows] MEDCOUPLING MEDFileMesh.hxx
rnv [Wed, 24 Jun 2020 10:10:14 +0000 (13:10 +0300)]
#19727 [CEA][Windows] MEDCOUPLING MEDFileMesh.hxx
rnv [Mon, 22 Jun 2020 12:06:43 +0000 (15:06 +0300)]
Integration of the '#19480 [CEA 19477] MEDCOUPLING tutorials migration'
Anthony Geay [Tue, 16 Jun 2020 12:01:53 +0000 (14:01 +0200)]
Python wrapping of MEDFileMesh.ConvertFromMEDFileGeoType
Anthony Geay [Tue, 16 Jun 2020 11:38:38 +0000 (13:38 +0200)]
Deal with new VTK unstructuredgrid memory storage
Anthony Geay [Tue, 16 Jun 2020 12:01:53 +0000 (14:01 +0200)]
Python wrapping of MEDFileMesh.ConvertFromMEDFileGeoType
Anthony Geay [Tue, 16 Jun 2020 11:38:38 +0000 (13:38 +0200)]
Deal with new VTK unstructuredgrid memory storage
vsr [Tue, 19 May 2020 10:30:03 +0000 (13:30 +0300)]
Increment version: 9.5.0
Anthony Geay [Sun, 10 May 2020 22:28:48 +0000 (00:28 +0200)]
Addition of MEDCouplingSkyLineArray.thresholdPerPack method
Anthony Geay [Sun, 10 May 2020 21:40:10 +0000 (23:40 +0200)]
Avoid useless time stamp incrementation
Anthony Geay [Sun, 10 May 2020 21:25:25 +0000 (23:25 +0200)]
Debug of MEDCouplingUMesh::areCellsIncludedInMe : now duplicated cells in mesh that appear in other mesh also is correctly managed
Anthony Geay [Fri, 8 May 2020 14:40:25 +0000 (16:40 +0200)]
[
EDF21149 ] : fix bug detected in MEDCouplingUMesh::findCommonCells
Anthony Geay [Fri, 1 May 2020 03:07:00 +0000 (05:07 +0200)]
MEDFileUMesh.LoadPartCoords : make it cleaner
Anthony Geay [Wed, 29 Apr 2020 07:59:16 +0000 (09:59 +0200)]
MEDFileUMesh.LoadPartCoords + ParaDataArray implementation
Anthony Geay [Tue, 28 Apr 2020 20:35:36 +0000 (22:35 +0200)]
Some helpers for debugging
Anthony Geay [Mon, 27 Apr 2020 22:12:14 +0000 (00:12 +0200)]
Make it templated
Anthony Geay [Mon, 27 Apr 2020 21:39:40 +0000 (23:39 +0200)]
Still some imp into ParaUMesh
Anthony Geay [Mon, 27 Apr 2020 11:44:19 +0000 (13:44 +0200)]
Add 2 missing methods into wrap of MEDCouplingField
Anthony Geay [Tue, 21 Apr 2020 06:45:31 +0000 (08:45 +0200)]
ParaUMesh.redistributeCells implementation.
Anthony Geay [Mon, 20 Apr 2020 22:00:17 +0000 (00:00 +0200)]
Implementation of MEDFileUMesh::computeFetchedNodeIds
Anthony Geay [Tue, 14 Apr 2020 21:08:27 +0000 (23:08 +0200)]
[
EDF21149 ] : Improvements for // spliter
vsr [Fri, 17 Apr 2020 10:51:01 +0000 (13:51 +0300)]
Include SalomeMacros.cmake with NO_POLICY_SCOPE to apply policies
vsr [Thu, 16 Apr 2020 17:27:48 +0000 (20:27 +0300)]
Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake
Anthony Geay [Thu, 16 Apr 2020 07:59:18 +0000 (09:59 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Thu, 16 Apr 2020 07:58:28 +0000 (09:58 +0200)]
[
EDF21269 ] : Reproduce PTScotch graph split between independant runs
vsr [Wed, 15 Apr 2020 07:44:48 +0000 (10:44 +0300)]
Copyright update 2020
Anthony Geay [Mon, 2 Mar 2020 15:47:26 +0000 (16:47 +0100)]
Implementation of ParaUMesh::getCellIdsLyingOnNodes
vsr [Fri, 13 Mar 2020 13:18:38 +0000 (16:18 +0300)]
bos #18858 Use sphinx_rtd_theme as theme for SALOME documentation built with Sphinx
Anthony Geay [Wed, 4 Mar 2020 17:00:25 +0000 (18:00 +0100)]
Take advantage of med4.1 capabilities.
Anthony Geay [Thu, 5 Mar 2020 14:35:48 +0000 (15:35 +0100)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Thu, 5 Mar 2020 14:35:31 +0000 (15:35 +0100)]
[
EDF20947 ] : Addition of PENTA18 geo type into GaussInfo class
vsr [Wed, 26 Feb 2020 12:39:53 +0000 (15:39 +0300)]
Fix linkage problem when building with -DMEDCOUPLING_USE_64BIT_IDS=ON option
Anthony Geay [Sat, 22 Feb 2020 22:34:05 +0000 (23:34 +0100)]
Wrap of GetFamiliesGroupsInfo for // partitioner
Anthony Geay [Fri, 21 Feb 2020 14:41:14 +0000 (15:41 +0100)]
Fix for int64 config on debian9
Anthony Geay [Fri, 21 Feb 2020 14:03:02 +0000 (15:03 +0100)]
Ease memory tracking
vsr [Wed, 12 Feb 2020 11:47:13 +0000 (14:47 +0300)]
Fix problems with localization: prevent accidental breaking of application locale
Anthony Geay [Thu, 6 Feb 2020 13:35:10 +0000 (14:35 +0100)]
Update C++ API consecutively to previous integration
Anthony Geay [Wed, 5 Feb 2020 16:50:46 +0000 (17:50 +0100)]
Missing int64 porting entry
rnv [Wed, 29 Jan 2020 18:40:49 +0000 (21:40 +0300)]
#18634 [CEA] [Windows] MEDReader files failure
Anthony Geay [Mon, 27 Jan 2020 07:13:03 +0000 (08:13 +0100)]
Merge branch 'agy/EDF20418_integ'
Anthony Geay [Fri, 24 Jan 2020 17:04:41 +0000 (18:04 +0100)]
[
EDF20418 ] : Fix regression in computation of Voronoi 2D cells (linked to change of behavior of MEDCouplingUMesh.Intersect2DMeshes)
rnv [Thu, 23 Jan 2020 14:59:29 +0000 (17:59 +0300)]
Remove wrong information, MEDCOUPLING_USE_64BIT_IDS CMake option is fully functional now.
rnv [Mon, 13 Jan 2020 12:41:21 +0000 (15:41 +0300)]
Fix compilation on Windows with VS 2017 after implementation 64 bit ids in MEDCOUPLING.
Anthony Geay [Thu, 9 Jan 2020 09:16:31 +0000 (10:16 +0100)]
Make it work with 64bits config