diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C index b389c5afce..ff86f2c2e5 100644 --- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C +++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C @@ -271,8 +271,11 @@ tmp > fvMeshSubset::interpolate else { // Mapped from internal face. Do what? Leave up to - // patchField - directAddressing[i] = -1; + // patchField. This would require also to pass in + // original internal field so for now keep original + // behaviour of mapping original patch face 0 + //directAddressing[i] = -1; + directAddressing[i] = 0; } }