Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
1817e38e
Commit
1817e38e
authored
Sep 11, 2012
by
BRAMAS Berenger
Browse files
Add bench for rotation kernel, NEED UPDATE later but is almost done
parent
319304be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/Kernels/testSphericalBench.cpp
View file @
1817e38e
...
...
@@ -68,8 +68,6 @@ typedef FOctree<ParticleClass, CellClass, ContainerClass , LeafClass > OctreeCl
typedef
FSphericalKernel
<
ParticleClass
,
CellClass
,
ContainerClass
>
KernelClass
;
typedef
FFmmAlgorithm
<
OctreeClass
,
ParticleClass
,
CellClass
,
ContainerClass
,
KernelClass
,
LeafClass
>
FmmClass
;
typedef
FFmmAlgorithmThread
<
OctreeClass
,
ParticleClass
,
CellClass
,
ContainerClass
,
KernelClass
,
LeafClass
>
FmmClassThread
;
typedef
FFmmAlgorithmTask
<
OctreeClass
,
ParticleClass
,
CellClass
,
ContainerClass
,
KernelClass
,
LeafClass
>
FmmClassTask
;
void
doATest
(
const
int
NbParticles
,
const
int
minP
,
const
int
maxP
,
const
int
minH
,
const
int
maxH
,
...
...
Write
Preview
Markdown
is supported
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