Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
97bb9343
Commit
97bb9343
authored
Sep 05, 2013
by
mattijs
Browse files
ENH: fvMeshSubset: surface fields mapping
parent
31e2153c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C
View file @
97bb9343
...
...
@@ -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
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment