Salome HOME
- MEDLoader ReadField is now dealing int32, float64 and float32
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 27 Aug 2018 15:55:00 +0000 (17:55 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 28 Aug 2018 15:06:53 +0000 (17:06 +0200)
commit0f701440d44fa7cb707df111658460ef5c447ff3
treecc5db7a8669f4047fa8660b226da00cb3f62bc2c
parentc052010daf887c73a434c8dd5344e344468837ad
- MEDLoader ReadField is now dealing int32, float64 and float32
- Support of Gauss Points on SEG2 with ref coo equal to [0., 1.]
- Addition of DAI.giveN2OOptimized
- MEDCouplingPointSet.renumberNodesInConn support maps as input in python wrapping
23 files changed:
src/INTERP_KERNEL/GaussPoints/InterpKernelGaussCoords.cxx
src/INTERP_KERNEL/GaussPoints/InterpKernelGaussCoords.hxx
src/MEDCoupling/MEDCoupling1GTUMesh.cxx
src/MEDCoupling/MEDCoupling1GTUMesh.hxx
src/MEDCoupling/MEDCoupling1GTUMesh.txx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingMap.hxx
src/MEDCoupling/MEDCouplingMemArray.cxx
src/MEDCoupling/MEDCouplingMemArray.hxx
src/MEDCoupling/MEDCouplingPointSet.hxx
src/MEDCoupling/MEDCouplingUMesh.cxx
src/MEDCoupling/MEDCouplingUMesh.hxx
src/MEDCoupling/MEDCouplingUMesh.txx [new file with mode: 0644]
src/MEDCoupling_Swig/MEDCouplingBasicsTest6.py
src/MEDCoupling_Swig/MEDCouplingCommon.i
src/MEDCoupling_Swig/MEDCouplingMemArray.i
src/MEDLoader/MEDLoader.cxx
src/MEDLoader/MEDLoader.hxx
src/MEDLoader/Swig/MEDLoaderCommon.i
src/MEDLoader/Test/MEDLoaderTest.cxx
src/MEDPartitioner/MEDPARTITIONER_MeshCollection.cxx
src/MEDPartitioner/MEDPARTITIONER_ParaDomainSelector.cxx
src/MEDPartitioner/MEDPARTITIONER_ParaDomainSelector.hxx
src/MEDPartitioner/Test/MEDPARTITIONERTest.cxx