]> 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>
Tue, 14 Jun 2016 07:46:15 +0000 (09:46 +0200)
commit9fda818a38b3b3350b25d22e17176cc7f0d52e81
treec52e2809af6ae265979560a0729caccbc2bd13d2
parent5c0b52d271af1736e4b3bbcc70d55bd63c2fb8d2
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