From 2ebda9f758026377f1d9a2e749e905c4bcdda6e5 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 11 Jul 2025 18:40:53 +0200 Subject: Config shit --- examples/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/config.json') diff --git a/examples/config.json b/examples/config.json index 5ce6b4e..7c6d3a2 100644 --- a/examples/config.json +++ b/examples/config.json @@ -1,5 +1,5 @@ { - "delta_x" : 0.01, - "delta_t" : 0.05, - "kinematic_viscosity" : 1e-4 + "delta_x" : 1.0, + "delta_t" : 1.0, + "kinematic_viscosity" : 3e-2 } -- cgit v1.2.3