From edc2452c5ffd945ad3c6b5ee5967f18ca6c1adde Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:09:35 -0700 Subject: [PATCH] fixup: inputs --- unit_test/inputs/hertzian_contact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_test/inputs/hertzian_contact.json b/unit_test/inputs/hertzian_contact.json index 93c5577..5180c68 100644 --- a/unit_test/inputs/hertzian_contact.json +++ b/unit_test/inputs/hertzian_contact.json @@ -8,9 +8,9 @@ "restitution" : {"value": 0.5}, "horizon" : {"value": 1e-4 }, "radius" : {"value": 5e-5 }, - "final_time" : {"value": 1e-4, "unit": "s"}, + "final_time" : {"value": 1e-5, "unit": "s"}, "timestep" : {"value": 1e-8, "unit": "s"}, "timestep_safety_factor" : {"value": 0.8}, - "output_frequency" : {"value": 1000}, + "output_frequency" : {"value": 10000}, "output_reference" : {"value": false} }