Salome HOME
2D PointLocator remapping now works properly on non-convex polygons.
authorabn <adrien.bruneton@cea.fr>
Tue, 12 Jan 2021 14:17:16 +0000 (15:17 +0100)
committerabn <adrien.bruneton@cea.fr>
Thu, 21 Jan 2021 20:09:35 +0000 (21:09 +0100)
commite7a9d4f59978fd384ee98db1dfdd5ec2118331ca
tree69c2642f0f92142664567a06900d97accc3caef0
parent4643866bcc351da857d08e9abce42aa58b6d6309
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