mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
AMI: Fixes to point transfers
This commit is contained in:
@ -1639,7 +1639,7 @@ const
|
|||||||
|
|
||||||
pointHit ray = f.ray(srcPoint, n, tgtPoints);
|
pointHit ray = f.ray(srcPoint, n, tgtPoints);
|
||||||
|
|
||||||
if (ray.hit() || ray.eligibleMiss())
|
if (ray.hit())
|
||||||
{
|
{
|
||||||
// srcPoint = ray.rawPoint();
|
// srcPoint = ray.rawPoint();
|
||||||
return tgtFacei;
|
return tgtFacei;
|
||||||
|
|||||||
@ -1138,8 +1138,8 @@ Foam::labelPair Foam::cyclicAMIPolyPatch::pointAMIAndFace
|
|||||||
const label nbrFacei =
|
const label nbrFacei =
|
||||||
neighbPatch().AMIs()[i].srcPointFace
|
neighbPatch().AMIs()[i].srcPointFace
|
||||||
(
|
(
|
||||||
*this,
|
|
||||||
neighbPatch(),
|
neighbPatch(),
|
||||||
|
*this,
|
||||||
ntt,
|
ntt,
|
||||||
facei,
|
facei,
|
||||||
ptt
|
ptt
|
||||||
|
|||||||
Reference in New Issue
Block a user