From ac36e7c8850a2a22236628784b3bd8410d0e21de Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 21 Jul 2013 14:59:27 +0200 Subject: [PATCH] [Cleanup] Whitespace --- src/one-body-sample.parset | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/one-body-sample.parset b/src/one-body-sample.parset index ae970264..cf4161b6 100644 --- a/src/one-body-sample.parset +++ b/src/one-body-sample.parset @@ -9,21 +9,21 @@ writeVTK = false endOfTime = 15 [body] -E = 5e7 -nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets +E = 5e7 +nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets density = 5000 -height = 1 -width = 5 +height = 1 +width = 5 [boundary.friction] -mu0 = 0.6 -mumin = 0.0 -a = 0.010 -b = 0.015 -V0 = 1e-6 -L = 1e-5 +mu0 = 0.6 +mumin = 0.0 +a = 0.010 +b = 0.015 +V0 = 1e-6 +L = 1e-5 initialState = 4.54e-05 # exp(-10) -stateModel = Dieterich +stateModel = Dieterich [timeSteps] number = 10000 @@ -33,20 +33,20 @@ scheme = newmark refinements = 4 [solver] -tolerance = 1e-10 -damping = 0.5 +tolerance = 1e-10 +damping = 0.5 requiredReduction = 0.5 [solver.tnnmg] -maxiterations = 1000000 +maxiterations = 1000000 fixed_point_iterations = 10000 -fixed_point_tolerance = 1e-10 +fixed_point_tolerance = 1e-10 [solver.tnnmg.linear] maxiterations = 1000000 -pre = 3 -cycle = 1 # 1 = V, 2 = W, etc. -post = 3 +pre = 3 +cycle = 1 # 1 = V, 2 = W, etc. +post = 3 [solver.tnnmg.main] pre = 1 -- GitLab