Salome HOME
[ICoCo] ICoCo interface version 2
authorabn <adrien.bruneton@cea.fr>
Wed, 21 Aug 2019 13:17:44 +0000 (15:17 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 29 Mar 2021 13:40:42 +0000 (15:40 +0200)
commitb6a7a8c4935c9864f4926540076f70f9099bc3de
tree75ad350465326a93433caa9d8806d9f18e796b9e
parent49a152b85d86070a48131b6ffa601b715893595a
[ICoCo] ICoCo interface version 2

+ renamed MEDField into MEDDoubleField.
+ added MEDIntField.
+ rename getField() into getMCField() into MED*Field class for clarity
+ proper field name management
+ proper doc
40 files changed:
doc/developer/doxygen/Doxyfile_med_dev.in
doc/developer/doxygen/doxfiles/appendix/appendix.dox
doc/developer/doxygen/doxfiles/appendix/porting_icoco.dox [new file with mode: 0644]
doc/developer/doxygen/doxfiles/reference/misc/icoco.dox
doc/developer/doxygen/doxfiles/reference/reference.dox
src/ICoCo/ICoCoField.cpp [new file with mode: 0644]
src/ICoCo/ICoCoField.cxx [deleted file]
src/ICoCo/ICoCoField.h [new file with mode: 0644]
src/ICoCo/ICoCoField.hxx
src/ICoCo/ICoCoMEDDoubleField.cxx [new file with mode: 0644]
src/ICoCo/ICoCoMEDDoubleField.h [new file with mode: 0644]
src/ICoCo/ICoCoMEDDoubleField.hxx [new file with mode: 0644]
src/ICoCo/ICoCoMEDField.cxx [deleted file]
src/ICoCo/ICoCoMEDField.hxx [deleted file]
src/ICoCo/ICoCoMEDIntField.cxx [new file with mode: 0644]
src/ICoCo/ICoCoMEDIntField.h [new file with mode: 0644]
src/ICoCo/ICoCoMEDIntField.hxx [new file with mode: 0644]
src/ICoCo/Readme.txt
src/ICoCo/Swig/ICoCoMEDField.i [new file with mode: 0644]
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling_Swig/CMakeLists.txt
src/MEDCoupling_Swig/ICoCoMEDFieldTest.py [new file with mode: 0755]
src/MEDCoupling_Swig/MEDCoupling.i
src/MEDCoupling_Swig/tests.set
src/ParaMEDMEM/DEC.cxx
src/ParaMEDMEM/DisjointDEC.cxx
src/ParaMEDMEM/DisjointDEC.hxx
src/ParaMEDMEM/OverlapDEC.cxx
src/ParaMEDMEM/OverlapDEC.hxx
src/ParaMEDMEMTest/ParaMEDMEMTest_InterpKernelDEC.cxx
src/ParaMEDMEMTest/ParaMEDMEMTest_StructuredCoincidentDEC.cxx
src/ParaMEDMEMTest/test_perf.cxx
src/ParaMEDMEM_Swig/CMakeLists.txt
src/ParaMEDMEM_Swig/ParaMEDMEM.i
src/ParaMEDMEM_Swig/ParaMEDMEMCommon.i
src/ParaMEDMEM_Swig/test_InterpKernelDEC.py
src/ParaMEDMEM_Swig/test_NonCoincidentDEC.py
src/ParaMEDMEM_Swig/test_StructuredCoincidentDEC.py
src/PyWrapping/CMakeLists.txt
src/PyWrapping/medcoupling.i