From 90101766fabc25cc1451fdeee141d24696b6c72f Mon Sep 17 00:00:00 2001 From: Behzad Safaei <iwia103h@a0426.nhr.fau.de> Date: Tue, 15 Apr 2025 23:31:33 +0200 Subject: [PATCH] Update ballast.cpp --- examples/modular/ballast/ballast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/modular/ballast/ballast.cpp b/examples/modular/ballast/ballast.cpp index 4df303c..4ed19ce 100644 --- a/examples/modular/ballast/ballast.cpp +++ b/examples/modular/ballast/ballast.cpp @@ -92,7 +92,7 @@ int main(int argc, char **argv) { pairs_sim->update_mass_and_inertia(); pairs_sim->updateDomain(); - int num_timesteps = 5; + int num_timesteps = 500000; int vtk_freq = 5000; double dt = 1e-5; set_feature_properties(ac); -- GitLab