Skip to content
Snippets Groups Projects
Commit 97bb9343 authored by mattijs's avatar mattijs
Browse files

ENH: fvMeshSubset: surface fields mapping

parent 31e2153c
No related branches found
No related tags found
No related merge requests found
...@@ -271,8 +271,11 @@ tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > fvMeshSubset::interpolate ...@@ -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;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment