started smoothing part

This commit is contained in:
toni
2016-04-26 16:55:12 +02:00
parent 0e7c45eb02
commit bea3658b78
7 changed files with 120 additions and 5 deletions

View File

@@ -17,9 +17,11 @@ namespace MiscSettings {
const int timeSteps = 500;
const int numParticles = 7500;
const int numParticles = 500;
const int lag = 5;
const int numBSParticles = 50;
const int lag = 15;
const int fixedLagGap = 1;