Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
ee661b2c
Commit
ee661b2c
authored
Jun 26, 2014
by
PIACIBELLO Cyrille
Browse files
Changing names in FmmAlgoProcPeriodic
parent
9f876dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/Utils/testFmmAlgorithmProcPeriodic.cpp
View file @
ee661b2c
...
...
@@ -102,8 +102,13 @@ int main(int argc, char ** argv){
FVector
<
TestParticle
>
finalParticles
;
FLeafBalance
balancer
;
FMpiTreeBuilder
<
TestParticle
>::
ArrayToTree
(
app
.
global
(),
particles
,
NbParticles
,
loader
.
getCenterOfBox
(),
loader
.
getBoxWidth
(),
tree
.
getHeight
(),
&
finalParticles
,
&
balancer
);
// FMpiTreeBuilder<TestParticle>::ArrayToTree(app.global(), particles, NbParticles, loader.getCenterOfBox(),
// loader.getBoxWidth(), tree.getHeight(), &finalParticles, &balancer);
FMpiTreeBuilder
<
TestParticle
>::
DistributeArrayToContainer
(
app
.
global
(),
particles
,
NbParticles
,
loader
.
getCenterOfBox
(),
loader
.
getBoxWidth
(),
tree
.
getHeight
(),
&
finalParticles
,
&
balancer
);
for
(
int
idx
=
0
;
idx
<
finalParticles
.
getSize
();
++
idx
){
tree
.
insert
(
finalParticles
[
idx
].
position
);
...
...
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