]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
2D PointLocator remapping now works properly on non-convex polygons. abn/innerb_fix
authorabn <adrien.bruneton@cea.fr>
Tue, 12 Jan 2021 14:17:16 +0000 (15:17 +0100)
committerabn <adrien.bruneton@cea.fr>
Tue, 12 Jan 2021 14:17:16 +0000 (15:17 +0100)
commit0124178058290453be4bf47c1a4739ca6f7e6769
tree82316a294f11f7c1ab96b0f8ac5baf2dbd954866
parenta05508ad0ef962d719a09c96c1bd30930391c2e5
2D PointLocator remapping now works properly on non-convex polygons.

+ unified PointLocator logic (getCell*ContainingPoint* functions are always
using PointLocator algorithms)
src/INTERP_KERNEL/MappedBarycentric2DIntersectorP1P1.txx
src/INTERP_KERNEL/PlanarIntersectorP0P1PL.txx
src/INTERP_KERNEL/PlanarIntersectorP1P0PL.txx
src/INTERP_KERNEL/PlanarIntersectorP1P1PL.txx
src/INTERP_KERNEL/PointLocator2DIntersector.txx
src/INTERP_KERNEL/PointLocatorAlgos.txx
src/MEDCoupling/MEDCouplingUMesh_internal.hxx
src/MEDCoupling_Swig/MEDCouplingRemapperTest.py