ENH: fvMeshSubset: surface fields mapping

This commit is contained in:
mattijs
2013-09-05 15:57:21 +01:00
parent 31e2153cab
commit 97bb93436b

View File

@ -271,8 +271,11 @@ tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > fvMeshSubset::interpolate
else else
{ {
// Mapped from internal face. Do what? Leave up to // Mapped from internal face. Do what? Leave up to
// patchField // patchField. This would require also to pass in
directAddressing[i] = -1; // original internal field so for now keep original
// behaviour of mapping original patch face 0
//directAddressing[i] = -1;
directAddressing[i] = 0;
} }
} }