Increase iterations to 10

This commit is contained in:
Max Luebke 2022-02-17 09:26:42 +01:00
parent 6661a8cbd4
commit f296bd93a1

View File

@ -32,9 +32,7 @@ int main(int argc, char *argv[]) {
cout << setprecision(12);
// loop 100 times
// output is currently generated by the method itself
for (int t = 0; t < 1; t++) {
for (int t = 0; t < 10; t++) {
diffu.simulate(field, alpha);
cout << "Iteration: " << t << "\n\n";