]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Remapper: added new P1P1 method: MappedBarycentric. See doc
authorabn <adrien.bruneton@cea.fr>
Wed, 11 May 2016 12:54:45 +0000 (14:54 +0200)
committerabn <adrien.bruneton@cea.fr>
Thu, 19 May 2016 13:44:51 +0000 (15:44 +0200)
commit0103c90c591839e435a541bec526e5583dba28af
treef8332012cb6e92f31f6fd6aae9a7ce8102a72b54
parentab6932cf4f93b666593e23efd9908d479ae0981f
Remapper: added new P1P1 method: MappedBarycentric. See doc
for more infos.
19 files changed:
doc/user/doxygen/doxfiles/reference/interpolation/intersectors.dox
doc/user/doxygen/doxfiles/reference/interpolation/mapped_bary.dox [new file with mode: 0644]
src/INTERP_KERNEL/InterpKernelMatrix.hxx [changed mode: 0755->0644]
src/INTERP_KERNEL/Interpolation1D.hxx [changed mode: 0755->0644]
src/INTERP_KERNEL/Interpolation2D.hxx [changed mode: 0755->0644]
src/INTERP_KERNEL/Interpolation3D.txx
src/INTERP_KERNEL/InterpolationOptions.hxx
src/INTERP_KERNEL/InterpolationPlanar.hxx [changed mode: 0755->0644]
src/INTERP_KERNEL/InterpolationPlanar.txx
src/INTERP_KERNEL/InterpolationUtils.hxx
src/INTERP_KERNEL/MappedBarycentric2DIntersectorP1P1.hxx [new file with mode: 0644]
src/INTERP_KERNEL/MappedBarycentric2DIntersectorP1P1.txx [new file with mode: 0644]
src/INTERP_KERNEL/MappedBarycentric3DIntersectorP1P1.hxx [new file with mode: 0644]
src/INTERP_KERNEL/MappedBarycentric3DIntersectorP1P1.txx [new file with mode: 0644]
src/INTERP_KERNEL/VolSurfUser.cxx
src/INTERP_KERNEL/VolSurfUser.hxx
src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.cxx
src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.hxx
src/MEDCoupling_Swig/MEDCouplingRemapperTest.py