]> SALOME platform Git repositories - tools/medcoupling.git/commit - src/MEDLoader/MEDFileMesh.hxx
Salome HOME
MEDCoupling API change - stage #1
authorabn <adrien.bruneton@cea.fr>
Wed, 20 Jan 2016 12:55:31 +0000 (13:55 +0100)
committerabn <adrien.bruneton@cea.fr>
Wed, 20 Jan 2016 14:11:39 +0000 (15:11 +0100)
commit3b1d77efdd048ef4aad858e96138bf79318119df
treedca823a6c97b74f4b4c48a7c5af357c06b0ad241
parent890ceca0a13478736942a95986f0bf7057c4fba3
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
219 files changed:
doc/tutorial/atestMEDCouplingCorba1.rst
doc/tutorial/atestMEDCouplingCube.rst
doc/tutorial/atestMEDCouplingDataArray1.rst
doc/tutorial/atestMEDCouplingFieldDouble1.rst
doc/tutorial/atestMEDCouplingLoaderEx1.rst
doc/tutorial/atestMEDCouplingLoaderEx2.rst
doc/tutorial/atestMEDCouplingNumPy.rst
doc/tutorial/atestMEDCouplingPoly.rst
doc/tutorial/atestMEDCouplingRead.rst
doc/tutorial/atestMEDCouplingRemapper.rst
doc/tutorial/atestMEDCouplingUMesh1.rst
doc/tutorial/atestMEDLoaderAdvancedAPI1.rst
doc/tutorial/atestMEDLoaderBasicAPI1.rst
doc/tutorial/atestMEDLoaderSplitAndMerge1.rst
doc/tutorial/medcoupling_2Dpolygon.rst
doc/tutorial/medcoupling_3Dcube.rst
doc/tutorial/medcoupling_Read.rst
doc/tutorial/medcoupling_dataarray1_en.rst
doc/tutorial/medcoupling_dataarray1_fr.rst
doc/tutorial/medcoupling_fielddouble1_en.rst
doc/tutorial/medcoupling_fielddouble1_fr.rst
doc/tutorial/medcoupling_umesh1_en.rst
doc/tutorial/medcoupling_umesh1_fr.rst
doc/tutorial/medcouplingloaderex1_en.rst
doc/tutorial/medcouplingloaderex1_fr.rst
doc/tutorial/medcouplingloaderex2_en.rst
doc/tutorial/medcouplingloaderex2_fr.rst
doc/tutorial/medcouplingnumpy_en.rst
doc/tutorial/medcouplingnumpy_fr.rst
doc/tutorial/medcouplingremapper_en.rst
doc/tutorial/medcouplingremapper_fr.rst
doc/tutorial/medloader_SplitAndMerge1_en.rst
doc/tutorial/medloader_SplitAndMerge1_fr.rst
doc/tutorial/medloader_advancedAPI1_en.rst
doc/tutorial/medloader_advancedAPI1_fr.rst
doc/tutorial/medloader_basicAPI1_en.rst
doc/tutorial/medloader_basicAPI1_fr.rst
doc/user/doxygen/Doxyfile_med_user.in
doc/user/doxygen/doxfiles/appendix/appendix.dox
doc/user/doxygen/doxfiles/appendix/references.dox
doc/user/doxygen/doxfiles/examples/examples.dox
doc/user/doxygen/doxfiles/faq.dox
doc/user/doxygen/doxfiles/reference/arrays/arrays.dox
doc/user/doxygen/doxfiles/reference/arrays/numbering.dox
doc/user/doxygen/doxfiles/reference/cpp/cpp.dox
doc/user/doxygen/doxfiles/reference/fields/fields.dox
doc/user/doxygen/doxfiles/reference/interpolation/NatureOfField.dox
doc/user/doxygen/doxfiles/reference/interpolation/interptheory.dox
doc/user/doxygen/doxfiles/reference/interpolation/intersec-specifics.dox
doc/user/doxygen/doxfiles/reference/medcoupling.dox
doc/user/doxygen/doxfiles/reference/medloader/medloader.dox
doc/user/doxygen/doxfiles/reference/meshes/MEDCouplingExtruded.dox
doc/user/doxygen/doxfiles/reference/misc/misc.dox
doc/user/doxygen/doxfiles/start/functionalities.dox
doc/user/doxygen/doxfiles/start/python-api.dox
doc/user/doxygen/doxfiles/tutorial.dox
src/INTERP_KERNEL/ExprEval/InterpKernelExprParser.cxx
src/INTERP_KERNEL/ExprEval/InterpKernelExprParser.hxx
src/INTERP_KERNEL/ExprEval/InterpKernelFunction.hxx
src/INTERP_KERNELTest/Interpolation3DTest.cxx
src/INTERP_KERNELTest/MEDMeshMaker.cxx
src/INTERP_KERNELTest/MeshTestToolkit.txx
src/INTERP_KERNELTest/PerfTest.cxx
src/INTERP_KERNELTest/ThreeDSurfProjectionTest.cxx
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling/MCAuto.hxx [new file with mode: 0644]
src/MEDCoupling/MEDCoupling1GTUMesh.cxx
src/MEDCoupling/MEDCoupling1GTUMesh.hxx
src/MEDCoupling/MEDCouplingAMRAttribute.cxx
src/MEDCoupling/MEDCouplingAMRAttribute.hxx
src/MEDCoupling/MEDCouplingAutoRefCountObjectPtr.hxx [deleted file]
src/MEDCoupling/MEDCouplingCMesh.cxx
src/MEDCoupling/MEDCouplingCMesh.hxx
src/MEDCoupling/MEDCouplingCartesianAMRMesh.cxx
src/MEDCoupling/MEDCouplingCartesianAMRMesh.hxx
src/MEDCoupling/MEDCouplingCurveLinearMesh.cxx
src/MEDCoupling/MEDCouplingCurveLinearMesh.hxx
src/MEDCoupling/MEDCouplingDefinitionTime.cxx
src/MEDCoupling/MEDCouplingDefinitionTime.hxx
src/MEDCoupling/MEDCouplingExtrudedMesh.cxx [deleted file]
src/MEDCoupling/MEDCouplingExtrudedMesh.hxx [deleted file]
src/MEDCoupling/MEDCouplingField.hxx
src/MEDCoupling/MEDCouplingFieldDiscretization.cxx
src/MEDCoupling/MEDCouplingFieldDiscretization.hxx
src/MEDCoupling/MEDCouplingFieldDouble.cxx
src/MEDCoupling/MEDCouplingFieldDouble.hxx
src/MEDCoupling/MEDCouplingFieldOverTime.cxx
src/MEDCoupling/MEDCouplingFieldOverTime.hxx
src/MEDCoupling/MEDCouplingFieldTemplate.cxx
src/MEDCoupling/MEDCouplingFieldTemplate.hxx
src/MEDCoupling/MEDCouplingGaussLocalization.cxx
src/MEDCoupling/MEDCouplingGaussLocalization.hxx
src/MEDCoupling/MEDCouplingIMesh.cxx
src/MEDCoupling/MEDCouplingIMesh.hxx
src/MEDCoupling/MEDCouplingMappedExtrudedMesh.cxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingMappedExtrudedMesh.hxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingMatrix.cxx
src/MEDCoupling/MEDCouplingMatrix.hxx
src/MEDCoupling/MEDCouplingMemArray.cxx
src/MEDCoupling/MEDCouplingMemArray.hxx
src/MEDCoupling/MEDCouplingMemArrayChar.cxx
src/MEDCoupling/MEDCouplingMesh.cxx
src/MEDCoupling/MEDCouplingMesh.hxx
src/MEDCoupling/MEDCouplingMultiFields.cxx
src/MEDCoupling/MEDCouplingMultiFields.hxx
src/MEDCoupling/MEDCouplingNatureOfField.cxx
src/MEDCoupling/MEDCouplingNatureOfFieldEnum
src/MEDCoupling/MEDCouplingPartDefinition.cxx
src/MEDCoupling/MEDCouplingPartDefinition.hxx
src/MEDCoupling/MEDCouplingPointSet.cxx
src/MEDCoupling/MEDCouplingPointSet.hxx
src/MEDCoupling/MEDCouplingRemapper.cxx
src/MEDCoupling/MEDCouplingRemapper.hxx
src/MEDCoupling/MEDCouplingSkyLineArray.hxx
src/MEDCoupling/MEDCouplingStructuredMesh.cxx
src/MEDCoupling/MEDCouplingStructuredMesh.hxx
src/MEDCoupling/MEDCouplingTimeDiscretization.cxx
src/MEDCoupling/MEDCouplingTimeDiscretization.hxx
src/MEDCoupling/MEDCouplingUMesh.cxx
src/MEDCoupling/MEDCouplingUMesh.hxx
src/MEDCoupling/Test/MEDCouplingBasicsTest0.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest1.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest2.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest4.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest5.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTestInterp.cxx
src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx
src/MEDCoupling/Test/MEDCouplingRemapperTest.cxx
src/MEDCoupling_Swig/MEDCoupling.i
src/MEDCoupling_Swig/MEDCouplingBasicsTest1.py
src/MEDCoupling_Swig/MEDCouplingBasicsTest2.py
src/MEDCoupling_Swig/MEDCouplingBasicsTest3.py
src/MEDCoupling_Swig/MEDCouplingBasicsTest4.py
src/MEDCoupling_Swig/MEDCouplingBasicsTest5.py
src/MEDCoupling_Swig/MEDCouplingCommon.i
src/MEDCoupling_Swig/MEDCouplingDataArrayTypemaps.i
src/MEDCoupling_Swig/MEDCouplingDataForTest.py
src/MEDCoupling_Swig/MEDCouplingExamplesTest.py
src/MEDCoupling_Swig/MEDCouplingFieldDiscretization.i
src/MEDCoupling_Swig/MEDCouplingFinalize.i
src/MEDCoupling_Swig/MEDCouplingMemArray.i
src/MEDCoupling_Swig/MEDCouplingNumPyTest.py
src/MEDCoupling_Swig/MEDCouplingPickleTest.py
src/MEDCoupling_Swig/MEDCouplingRemapper.i
src/MEDCoupling_Swig/MEDCouplingRemapperTest.py
src/MEDCoupling_Swig/MEDCouplingTimeDiscretization.i
src/MEDCoupling_Swig/MEDCouplingTypemaps.i
src/MEDLoader/MEDFileData.cxx
src/MEDLoader/MEDFileData.hxx
src/MEDLoader/MEDFileEquivalence.cxx
src/MEDLoader/MEDFileEquivalence.hxx
src/MEDLoader/MEDFileField.cxx
src/MEDLoader/MEDFileField.hxx
src/MEDLoader/MEDFileFieldOverView.cxx
src/MEDLoader/MEDFileFieldOverView.hxx
src/MEDLoader/MEDFileJoint.cxx
src/MEDLoader/MEDFileJoint.hxx
src/MEDLoader/MEDFileMesh.cxx
src/MEDLoader/MEDFileMesh.hxx
src/MEDLoader/MEDFileMeshElt.cxx
src/MEDLoader/MEDFileMeshElt.hxx
src/MEDLoader/MEDFileMeshLL.cxx
src/MEDLoader/MEDFileMeshLL.hxx
src/MEDLoader/MEDFileParameter.cxx
src/MEDLoader/MEDFileParameter.hxx
src/MEDLoader/MEDLoader.cxx
src/MEDLoader/SauvMedConvertor.cxx
src/MEDLoader/SauvReader.cxx
src/MEDLoader/SauvWriter.cxx
src/MEDLoader/SauvWriter.hxx
src/MEDLoader/Swig/CaseReader.py
src/MEDLoader/Swig/CaseWriter.py
src/MEDLoader/Swig/MEDLoader.i
src/MEDLoader/Swig/MEDLoaderCommon.i
src/MEDLoader/Swig/MEDLoaderCouplingTrainingSession.py
src/MEDLoader/Swig/MEDLoaderDataForTest.py
src/MEDLoader/Swig/MEDLoaderExamplesTest.py
src/MEDLoader/Swig/MEDLoaderTest1.py
src/MEDLoader/Swig/MEDLoaderTest2.py
src/MEDLoader/Swig/MEDLoaderTest3.py
src/MEDLoader/Swig/MEDLoaderTest4.py
src/MEDLoader/Swig/SauvLoaderTest.py
src/MEDLoader/Swig/VTKReader.py
src/MEDLoader/Test/MEDLoaderTest.cxx
src/MEDLoader/Test/SauvLoaderTest.cxx
src/MEDPartitioner/MEDPARTITIONER_ConnectZone.cxx
src/MEDPartitioner/MEDPARTITIONER_MeshCollection.cxx
src/MEDPartitioner/MEDPARTITIONER_MeshCollectionDriver.cxx
src/MEDPartitioner/MEDPARTITIONER_Utils.cxx
src/MEDPartitioner/MEDPARTITIONER_UtilsPara.cxx
src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx
src/MEDPartitioner/Test/MEDPARTITIONERTest.hxx
src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx
src/ParaMEDLoader/ParaMEDFileMesh.cxx
src/ParaMEDMEM/DisjointDEC.cxx
src/ParaMEDMEM/ElementLocator.cxx
src/ParaMEDMEM/InterpolationMatrix.cxx
src/ParaMEDMEM/MPIProcessorGroup.cxx
src/ParaMEDMEM/MPIProcessorGroup.hxx
src/ParaMEDMEM/OverlapElementLocator.hxx
src/ParaMEDMEM/OverlapInterpolationMatrix.cxx
src/ParaMEDMEM/OverlapMapping.cxx
src/ParaMEDMEM/OverlapMapping.hxx
src/ParaMEDMEM/ProcessorGroup.hxx
src/ParaMEDMEMTest/ParaMEDMEMTestMPI2_1.cxx
src/ParaMEDMEMTest/ParaMEDMEMTestMPI2_2.cxx
src/ParaMEDMEMTest/ParaMEDMEMTest_FabienAPI.cxx
src/ParaMEDMEMTest/ParaMEDMEMTest_Gauthier1.cxx
src/ParaMEDMEMTest/ParaMEDMEMTest_ICoco.cxx
src/ParaMEDMEMTest/ParaMEDMEMTest_InterpKernelDEC.cxx
src/ParaMEDMEMTest/ParaMEDMEMTest_OverlapDEC.cxx
src/ParaMEDMEM_Swig/test_InterpKernelDEC.py
src/ParaMEDMEM_Swig/test_StructuredCoincidentDEC.py
src/RENUMBER/RENUMBER_BOOSTRenumbering.cxx
src/RENUMBER/RENUMBER_METISRenumbering.cxx
src/RENUMBER/renumbering.cxx
src/RENUMBER_Swig/MEDRenumberCommon.i
v8_work/medcoup7to8.py