Skip to content
GitLab
Menu
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
c025f7e0
Commit
c025f7e0
authored
Dec 10, 2010
by
mattijs
Browse files
STYLE: Particle interactionLists : added comment
parent
572be798
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/basic/InteractionLists/InteractionLists.C
View file @
c025f7e0
...
...
@@ -86,7 +86,8 @@ void Foam::InteractionLists<ParticleType>::buildInteractionLists()
// referred cells that they interact with.
PackedBoolList
cellInRangeOfCoupledPatch
(
mesh_
.
nCells
(),
false
);
// IAndT: index and transform
// IAndT: index (=local cell index) and transform (from
// globalIndexAndTransform)
DynamicList
<
labelPair
>
cellIAndTToExchange
;
DynamicList
<
treeBoundBox
>
cellBbsToExchange
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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