]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Remapper: Creating Interpolation3D1D to handle case (srcMeshDim, tgtMeshDim) = (3,1) abn/bbox_adj
authorabn <adrien.bruneton@cea.fr>
Wed, 19 Oct 2016 09:20:22 +0000 (11:20 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 19 Oct 2016 09:20:22 +0000 (11:20 +0200)
commite4e818283536332064f6c896b6d9fa6ca356b7ed
treec16246999e1897f8829fac59b6d012a71baa40d8
parent6ff0c473a6c62af57a92e7e23cc940ebd09a7311
Remapper: Creating Interpolation3D1D to handle case (srcMeshDim, tgtMeshDim) = (3,1)

This specializes Interpolation3D and add the possibility to adjust the
BB via the usual options: BoundingBoxAdjustment and BoundingBoxAdjustmentAbs.
src/INTERP_KERNEL/CMakeLists.txt
src/INTERP_KERNEL/Interpolation3D1D.cxx [new file with mode: 0644]
src/INTERP_KERNEL/Interpolation3D1D.hxx [new file with mode: 0644]
src/INTERP_KERNEL/Interpolation3D1D.txx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingRemapper.cxx
src/MEDCoupling_Swig/MEDCouplingRemapperTest.py