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
cbf24206
Commit
cbf24206
authored
Jun 26, 2014
by
PIACIBELLO Cyrille
Browse files
rm warning and changes to names in testChebAlgoProc
parent
61a4eee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/testChebAlgorithmProc.cpp
View file @
cbf24206
...
...
@@ -113,11 +113,15 @@ int main(int argc, char* argv[])
}
FVector
<
TestParticle
>
finalParticles
;
FLeafBalance
balancer
;
FMpiTreeBuilder
<
TestParticle
>::
ArrayToTree
(
app
.
global
(),
particles
,
loader
.
getNumberOfParticles
(),
tree
.
getBoxCenter
(),
tree
.
getBoxWidth
(),
tree
.
getHeight
(),
&
finalParticles
,
&
balancer
);
// FMpiTreeBuilder< TestParticle >::ArrayToTree(app.global(), particles, loader.getNumberOfParticles(),
// tree.getBoxCenter(),
// tree.getBoxWidth(),
// tree.getHeight(), &finalParticles,&balancer);
FMpiTreeBuilder
<
TestParticle
>::
DistributeArrayToContainer
(
app
.
global
(),
particles
,
loader
.
getMyNumberOfParticles
(),
tree
.
getBoxCenter
(),
tree
.
getBoxWidth
(),
tree
.
getHeight
(),
&
finalParticles
,
&
balancer
);
{
// -----------------------------------------------------
std
::
cout
<<
"Creating & Inserting "
<<
loader
.
getNumberOfParticles
()
<<
" particles ..."
<<
std
::
endl
;
...
...
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