]>
SALOME platform Git repositories - tools/medcoupling.git/log
vsr [Thu, 18 Feb 2016 07:21:23 +0000 (10:21 +0300)]
C++98 compatibility (remove C++11 staff)
ana [Mon, 15 Feb 2016 08:42:50 +0000 (11:42 +0300)]
Windows compatibility
Anthony Geay [Tue, 16 Feb 2016 15:11:57 +0000 (16:11 +0100)]
Charly is responsible of this modification :)
Anthony Geay [Tue, 16 Feb 2016 10:29:00 +0000 (11:29 +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.
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 [Wed, 3 Feb 2016 09:58:40 +0000 (10:58 +0100)]
Minor doc fix about namespace and parallelism
abn [Wed, 3 Feb 2016 09:45:51 +0000 (10:45 +0100)]
Introduced check functions in MEDFileUMesh:
+ checkCoherency(),
+ checkSMESHCoherency()
+ and clearNodeAndCellNumbers()
Also added hasUniqueValues() in DataArrayInt
Anthony Geay [Fri, 29 Jan 2016 13:57:52 +0000 (14:57 +0100)]
GlobalNodeIds in MEDReader in // context.
vsr [Mon, 25 Jan 2016 12:52:40 +0000 (15:52 +0300)]
Increment version: 8.0.0
vsr [Mon, 25 Jan 2016 12:47:28 +0000 (15:47 +0300)]
Fix bug: MEDCoupling_version.h file is not installed due to misprint.
abn [Thu, 21 Jan 2016 13:47:32 +0000 (14:47 +0100)]
Bug fix: some missing CMake files at install
abn [Wed, 20 Jan 2016 15:20:00 +0000 (16:20 +0100)]
Sphinx portability
vsr [Wed, 20 Jan 2016 16:54:59 +0000 (19:54 +0300)]
Synchronize adm files
abn [Wed, 20 Jan 2016 08:37:08 +0000 (09:37 +0100)]
Ensure sequential run of MEDLoader 1,2,3 tests.
Maintenance team (INV) [Thu, 14 Jan 2016 18:28:38 +0000 (21:28 +0300)]
Synchronize adm files
abn [Wed, 20 Jan 2016 15:16:57 +0000 (16:16 +0100)]
MEDCoupling API renaming - stage #3: documentation
+ Created a page about porting to 7 to 8
+ Fixed tutorial and various other places, mostly about
MEDLoader high level API
abn [Wed, 20 Jan 2016 14:09:27 +0000 (15:09 +0100)]
MEDCoupling API renaming - stage #2
DataArray*::search -> DataArray*::findIdSequence
DataArray*::substr -> DataArray*::subArray
abn [Wed, 20 Jan 2016 12:55:31 +0000 (13:55 +0100)]
MEDCoupling API change - stage #1
Automatic renaming through script medcoup7to8.py.
Following names have been changed:
Interpolation
-------------
RevIntegral / IntensiveConservation
ConservativeVolumic / IntensiveMaximum
IntegralGlobConstraint / ExtensiveConservation
Integral / ExtensiveMaximum
All classes
-----------
deepCpy / deepCopy
performCpy / performCopyOrIncrRef
Auto-pointeur
-------------
MEDCouplingAutoRefCountObjectPtr / MCAuto
MEDCouplingExtrudedMesh
-----------------------
MEDCouplingExtrudedMesh / MEDCouplingMappedExtrudedMesh
MEDCouplingMesh
---------------
getBarycenterAndOwner / computeCellCenterOfMass
checkCoherency / checkConsistencyLight
checkCoherency1 / checkConsistency
MEDCouplingPointSet
-------------------
mergeNodes2 / mergeNodesCenter
renumberNodes2 / renumberNodesCenter
buildPartOfMySelf2 / buildPartOfMySelfSlice
buildPartOfMySelfKeepCoords2 / buildPartOfMySelfKeepCoordsSlice
deepCpyConnectivityOnly / deepCopyConnectivityOnly
MEDCoupling1DGTUMesh
--------------------
checkCoherencyOfConnectivity / checkConsistencyOfConnectivity
MEDCouplingUMesh
----------------
getMeshLength / getNodalConnectivityArrayLen
AreCellsEqual0 / AreCellsEqualPolicy0
AreCellsEqual1 / AreCellsEqualPolicy1
AreCellsEqual2 / AreCellsEqualPolicy2
AreCellsEqual7 / AreCellsEqualPolicy7
AreCellsEqual3 / AreCellsEqualPolicy2NoType
areCellsIncludedIn2 / areCellsIncludedInPolicy7
setPartOfMySelf2 / setPartOfMySelfSlice
ExtractFromIndexedArrays2 / ExtractFromIndexedArraysSlice
SetPartOfIndexedArrays2 / SetPartOfIndexedArraysSlice
SetPartOfIndexedArraysSameIdx2 / SetPartOfIndexedArraysSameIdxSlice
deepCpyConnectivityOnly / deepCopyConnectivityOnly
DataArray
---------
setContigPartOfSelectedValues2 / setContigPartOfSelectedValuesSlice
selectByTupleId2 / selectByTupleIdSafe
GetAxTypeRepr / GetAxisTypeRepr
cpyFrom / deepCopyFrom
DataArrayInt
------------
isIdentity2 / isIota
selectByTupleId2 / selectByTupleIdSlice
BuildOld2NewArrayFromSurjectiveFormat2 / ConvertIndexArrayToO2N
getIdsEqual / findIdsEqual
getIdsNotEqual / findIdsNotEqual
getIdsEqualList / findIdsEqualList
getIdsNotEqualList / findIdsNotEqualList
getIdsEqualTuple / findIdsEqualTuple
locateValue / findIdFirstEqual
locateTuple / findIdFirstEqualTuple
getIdsInRange / findIdsInRange
getIdsNotInRange / findIdsNotInRange
getIdsStrictlyNegative / findIdsStricltyNegative
searchRangesInListOfIds / findIdsRangesInListOfIds
computeOffsets2 / computeOffsetsFull
DataArrayDouble
---------------
applyFunc2 / applyFuncCompo
applyFunc3 / applyFuncNamedCompo
MEDCouplingFieldDouble
----------------------
getIdsInRange / findIdsInRange
fillFromAnalytic2 / fillFromAnalyticCompo
fillFromAnalytic3 / fillFromAnalyticNamedCompo
applyFunc2 / applyFuncCompo
applyFunc3 / applyFuncNamedCompo
mergeNodes2 / mergeNodesCenter
MEDFileMesh
-----------
setAxType / setAxisType
getAxType / getAxisType
abn [Wed, 20 Jan 2016 12:34:33 +0000 (13:34 +0100)]
API rename #1: preparing script and updating TODO
Anthony Geay [Wed, 20 Jan 2016 09:24:39 +0000 (10:24 +0100)]
End of namespace modif.
Anthony Geay [Wed, 20 Jan 2016 08:26:47 +0000 (09:26 +0100)]
7th step - Update doc.
Anthony Geay [Wed, 20 Jan 2016 07:53:53 +0000 (08:53 +0100)]
6th step : Remove the additional MEDLoader level from MEDLoader.
Anthony Geay [Tue, 19 Jan 2016 18:02:46 +0000 (19:02 +0100)]
5th step
Anthony Geay [Tue, 19 Jan 2016 17:51:58 +0000 (18:51 +0100)]
4th step
Anthony Geay [Tue, 19 Jan 2016 16:39:37 +0000 (17:39 +0100)]
3rd step.
Anthony Geay [Tue, 19 Jan 2016 16:27:30 +0000 (17:27 +0100)]
2nd step.
Anthony Geay [Tue, 19 Jan 2016 16:13:46 +0000 (17:13 +0100)]
A forgotten C++ test
Anthony Geay [Tue, 19 Jan 2016 16:02:47 +0000 (17:02 +0100)]
First step of ParaMEDMEM -> MEDCoupling
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.
vsr [Thu, 14 Jan 2016 14:45:57 +0000 (17:45 +0300)]
Merge branch 'V8_0_BR'
Anthony Geay [Thu, 14 Jan 2016 07:14:47 +0000 (08:14 +0100)]
Quick Sphinx 1.2 porting
Maintenance team (INV) [Wed, 13 Jan 2016 18:08:38 +0000 (21:08 +0300)]
Synchronize adm files
vsr [Wed, 13 Jan 2016 14:13:10 +0000 (17:13 +0300)]
Fix possible problem with enclosed reloading of targets from SALOME modules
Anthony Geay [Tue, 12 Jan 2016 08:53:37 +0000 (09:53 +0100)]
Generalization of some Fam/grp methods from MEDFileUMesh->MEDFileMesh.
abn [Mon, 11 Jan 2016 15:15:51 +0000 (16:15 +0100)]
Documentation buildExtrudedMesh()
Anthony Geay [Mon, 11 Jan 2016 06:57:10 +0000 (07:57 +0100)]
One more test.
Anthony Geay [Fri, 8 Jan 2016 18:28:48 +0000 (19:28 +0100)]
3D2D -> 2D3D to ease readability.
Anthony Geay [Fri, 8 Jan 2016 14:13:31 +0000 (15:13 +0100)]
Compile interp_kerneltests only if asked.
Anthony Geay [Fri, 8 Jan 2016 13:03:27 +0000 (14:03 +0100)]
Quick solve of bug with interpolation 3DSurf<->3D using PointLocator.
Anthony Geay [Fri, 8 Jan 2016 09:42:28 +0000 (10:42 +0100)]
Standardize behaviour of graphviz. When GRAPHVIZ_ROOT_DIR cmake var is NOT defined and that dot is in the path now it works.
Anthony Geay [Tue, 5 Jan 2016 08:07:44 +0000 (09:07 +0100)]
Encourage users at most to use cartesian.
Anthony Geay [Tue, 5 Jan 2016 07:45:41 +0000 (08:45 +0100)]
API modification (simplification) : MEDFileMesh::getGenMeshAtLevel -> MEDFileMesh::getMeshAtLevel.
Ovidiu Mircescu [Mon, 4 Jan 2016 15:53:16 +0000 (16:53 +0100)]
Fix compilation issue with option MEDCOUPLING_USE_MPI.
Signed-off-by: Anthony Geay <anthony.geay@edf.fr>
abn [Mon, 4 Jan 2016 11:36:25 +0000 (12:36 +0100)]
Merge branch 'abn/tests_from_build'
Conflicts:
src/INTERP_KERNELTest/TestInterpKernelUtils.cxx
src/MEDLoader/Test/MEDLoaderTest.cxx
src/MEDLoader/Test/SauvLoaderTest.cxx
src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx
abn [Mon, 4 Jan 2016 11:21:39 +0000 (12:21 +0100)]
Reduced version of INTERPKernel tests can be run in MICROMED mode.
Anthony Geay [Mon, 4 Jan 2016 07:05:21 +0000 (08:05 +0100)]
Small fix.
Anthony Geay [Wed, 30 Dec 2015 17:54:49 +0000 (18:54 +0100)]
Now deal with Cylindric, Spheric coordinates for UMesh, CLMesh, And only Cylindric for CMesh (MED file extension needed).
Anthony Geay [Wed, 30 Dec 2015 14:52:42 +0000 (15:52 +0100)]
debug
EDF11911 . For serialkiller users having families on mesh lying both on cells and nodes.
abn [Fri, 18 Dec 2015 15:13:53 +0000 (16:13 +0100)]
Merge branch 'master' of ssh://git.salome-platform.org/tools/medcoupling
abn [Fri, 18 Dec 2015 14:06:43 +0000 (15:06 +0100)]
Tests are now all runnable from BUILD dir only with no install.
abn [Fri, 18 Dec 2015 09:13:16 +0000 (10:13 +0100)]
Overriding CMake sync process to push again bug fix
ana [Fri, 18 Dec 2015 09:12:38 +0000 (12:12 +0300)]
Windows compatibility
abn [Thu, 17 Dec 2015 15:34:54 +0000 (16:34 +0100)]
Test file management:
+ Splitting MEDCouplingBasicTest into 5 files
+ grouping dependent MEDLoader tests together
+ deactivating failing ParaMEDMEM test (will be fixed soon)
abn [Thu, 17 Dec 2015 13:21:31 +0000 (14:21 +0100)]
Doc: Triangulation instead of Triangle in interp doc.
Thanks Christophe.
Anthony Geay [Wed, 16 Dec 2015 18:37:10 +0000 (19:37 +0100)]
Bug correction on computeOffsets2 for empty arrayint. Shame on me \!
Maintenance team (INV) [Fri, 11 Dec 2015 18:42:56 +0000 (21:42 +0300)]
Synchronize adm files
abn [Fri, 11 Dec 2015 14:36:19 +0000 (15:36 +0100)]
Restoring InterpKernel tests. TODO: break dependency to
MEDLoader includes
abn [Fri, 11 Dec 2015 14:22:18 +0000 (15:22 +0100)]
Export configuration fix.
abn [Fri, 11 Dec 2015 09:43:18 +0000 (10:43 +0100)]
Minor fix for ParMetis detection and // partitioner tests.
abn [Thu, 10 Dec 2015 12:00:11 +0000 (13:00 +0100)]
Turned all MEDCOUPLING_MED_xyz into MEDCOUPLING_xyz
abn [Thu, 10 Dec 2015 11:57:15 +0000 (12:57 +0100)]
Reverted to SALOME current CMake build procedure.
(additional minor tweak in a PY remapper test to be compatible
with NumPy 1.8)
Cédric Aguerre [Fri, 4 Dec 2015 14:31:13 +0000 (15:31 +0100)]
Fix documentation
Anthony Geay [Thu, 3 Dec 2015 16:07:41 +0000 (17:07 +0100)]
Correction of bug in MEDFileEquivalence::isEqual
Cédric Aguerre [Thu, 3 Dec 2015 15:31:02 +0000 (16:31 +0100)]
Merge branch 'agr/medcoupling_tool'
Cédric Aguerre [Wed, 2 Dec 2015 13:17:49 +0000 (14:17 +0100)]
mv ExplicitMapping.cxx to medtool subdirectory
Cédric Aguerre [Wed, 2 Dec 2015 13:13:24 +0000 (14:13 +0100)]
mv MEDFileEquivalence to medtool subdirectory
Anthony Geay [Mon, 30 Nov 2015 12:44:05 +0000 (13:44 +0100)]
Implementation of equivalences in MEDFileMesh.
Cédric Aguerre [Wed, 2 Dec 2015 11:00:28 +0000 (12:00 +0100)]
tutorial construction
Anthony Geay [Mon, 30 Nov 2015 12:44:05 +0000 (13:44 +0100)]
Implementation of equivalences in MEDFileMesh.
Cédric Aguerre [Tue, 1 Dec 2015 16:02:11 +0000 (17:02 +0100)]
fix conflict
abn [Tue, 1 Dec 2015 15:35:56 +0000 (16:35 +0100)]
Merge branch 'abn/mpi_imp'
Conflicts:
src/ParaMEDMEMTest/ParaMEDMEMTest.hxx - due to the move of MDLoader tests
abn [Tue, 1 Dec 2015 15:31:44 +0000 (16:31 +0100)]
OverlapDEC: further imp of the load balancing algo to try to keep
locality.
abn [Tue, 1 Dec 2015 14:50:26 +0000 (15:50 +0100)]
OverlapDEC: new load balancing algo (option
setWorkSharingAlgo(int)) plus some refactoring.
Cédric Aguerre [Tue, 1 Dec 2015 13:00:41 +0000 (14:00 +0100)]
cmake files
Cédric Aguerre [Tue, 1 Dec 2015 11:00:01 +0000 (12:00 +0100)]
rename medtool as medcoupling
Cédric Aguerre [Tue, 1 Dec 2015 09:24:38 +0000 (10:24 +0100)]
update doc and options
Cédric Aguerre [Mon, 30 Nov 2015 17:01:17 +0000 (18:01 +0100)]
update resources
Cédric Aguerre [Mon, 30 Nov 2015 15:55:49 +0000 (16:55 +0100)]
fix conflict
abn [Mon, 30 Nov 2015 15:07:27 +0000 (16:07 +0100)]
APPLE portability (thanks Antoine G.)
abn [Mon, 30 Nov 2015 13:34:33 +0000 (14:34 +0100)]
OverlapDEC: adding attach*LocalField(MEDCouplingFieldDouble *) methods
abn [Mon, 30 Nov 2015 12:48:19 +0000 (13:48 +0100)]
OverlapDEC: new test for default values and multi-compo fields.
abn [Mon, 30 Nov 2015 08:20:28 +0000 (09:20 +0100)]
OverlapDEC: many improvements/fixes:
+ fixed incorrect cell mapping in multiply()
+ local field data not sent anymore
+ introduced default field value for non overlapping (non tested yet)
+ enhance algo readibility
vsr [Thu, 26 Nov 2015 15:37:27 +0000 (18:37 +0300)]
Fix compilation pb (add missing include)
abn [Wed, 25 Nov 2015 09:23:11 +0000 (10:23 +0100)]
Minor: moved MEDLoader tests that were still hanging on parallel side.
abn [Tue, 24 Nov 2015 15:09:40 +0000 (16:09 +0100)]
OverlapDEC: bug fix. Bounding box adjustment was negative.
Also: documentation + typedefs to make code easier to read.
To come: more tests + new algo for job distribution.
Cédric Aguerre [Thu, 19 Nov 2015 16:50:31 +0000 (17:50 +0100)]
extract medtool doc from MED
abn [Thu, 12 Nov 2015 11:00:16 +0000 (12:00 +0100)]
Minor: feedback from SERMA, error message reformulation.