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

ENH: fvMeshSubset: surface fields mapping

parent 31e2153c
Branches
Tags
No related merge requests found
......@@ -271,8 +271,11 @@ tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > 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;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment