Skip to content
Snippets Groups Projects
Commit 30eed4eb authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

[FIX] pe benchmark

parent a9506011
Branches
Tags
No related merge requests found
...@@ -12,6 +12,7 @@ GranularGas ...@@ -12,6 +12,7 @@ GranularGas
dt 0.1; dt 0.1;
simulationSteps 1000; simulationSteps 1000;
numOuterIterations 1;
visSpacing 100; visSpacing 100;
HCSITSmaxIterations 10; HCSITSmaxIterations 10;
......
...@@ -286,7 +286,7 @@ int main( int argc, char ** argv ) ...@@ -286,7 +286,7 @@ int main( int argc, char ** argv )
auto bodyIt = localStorage.begin(); auto bodyIt = localStorage.begin();
for (auto it = grid_generator::SCIterator(currentBlock.getAABB().getIntersection(generationDomain), 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); params.spacing);
it != grid_generator::SCIterator(); it != grid_generator::SCIterator();
++it, ++bodyIt) ++it, ++bodyIt)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment