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
Dominik Mehlich
waLBerla
Commits
30eed4eb
Commit
30eed4eb
authored
Sep 20, 2019
by
Sebastian Eibl
Browse files
[FIX] pe benchmark
parent
a9506011
Changes
2
Hide whitespace changes
Inline
Side-by-side
apps/benchmarks/GranularGas/PE_Benchmark.cfg
View file @
30eed4eb
...
...
@@ -12,6 +12,7 @@ GranularGas
dt 0.1;
simulationSteps 1000;
numOuterIterations 1;
visSpacing 100;
HCSITSmaxIterations 10;
...
...
apps/benchmarks/GranularGas/PE_GranularGas.cpp
View file @
30eed4eb
...
...
@@ -286,7 +286,7 @@ int main( int argc, char ** argv )
auto
bodyIt
=
localStorage
.
begin
();
for
(
auto
it
=
grid_generator
::
SCIterator
(
currentBlock
.
getAABB
().
getIntersection
(
generationDomain
),
Vector3
<
real_t
>
(
params
.
spacing
)
*
real_c
(
0.5
),
Vector3
<
real_t
>
(
params
.
spacing
)
*
real_c
(
0.5
)
+
params
.
shift
,
params
.
spacing
);
it
!=
grid_generator
::
SCIterator
();
++
it
,
++
bodyIt
)
...
...
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