From 0e7f5974931a125ecbec37981cd8e455012cb1b6 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Wed, 15 Jan 2014 19:57:04 +0000 Subject: [PATCH] BUG: meshToMesh - updated construction of AMIs --- src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C index 12b271ee0ef..eebb219a6fc 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C @@ -420,6 +420,7 @@ Foam::meshToMesh::patchAMIs() const tgtPP, faceAreaIntersect::tmMesh, interpolationMethodAMI(method_), + -1, true // flip target patch since patch normals are aligned ) ); -- GitLab