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
154b9598
Commit
154b9598
authored
Sep 04, 2012
by
BRAMAS Berenger
Browse files
Print the number of repetition in periodic mode
parent
5995060a
Changes
1
Show whitespace changes
Inline
Side-by-side
Tests/Kernels/testSphericalEwalAlgorithm.cpp
View file @
154b9598
...
...
@@ -149,6 +149,7 @@ int main(int argc, char ** argv){
}
else
{
FmmClass
algo
(
&
tree
,
PeriodicDeep
);
std
::
cout
<<
"The simulation box is repeated "
<<
algo
.
repetitions
()
<<
" in X/Y/Z"
<<
std
::
endl
;
KernelClass
kernels
(
DevP
,
algo
.
extendedTreeHeight
(),
algo
.
extendedBoxWidth
(),
algo
.
extendedBoxCenter
());
algo
.
setKernel
(
&
kernels
);
algo
.
execute
();
...
...
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