From 631f3a395ec1c493b6541d48faf65321f000c152 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 27 Feb 2012 14:35:22 +0100 Subject: [PATCH] More meaningful data --- src/one-body-sample.cc | 2 +- src/one-body-sample.parset | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index da5825a5..7a7a5663 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -114,7 +114,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis, LocalVectorType SampleVector(0); // FIXME: random values (time-dependent) SampleVector[0] = - (time <= 0.5) ? sin(time * 2 * M_PI) * 1e5 : (time - 0.5) * 2 * 1e5; + (time <= 0.5) ? sin(time * 2 * M_PI) * 1 : (time - 0.5) * 2 * 1; SampleVector[1] = 0; ConstantFunction<LocalVectorType, LocalVectorType> const fNeumann( SampleVector); diff --git a/src/one-body-sample.parset b/src/one-body-sample.parset index bc484944..0c3082fa 100644 --- a/src/one-body-sample.parset +++ b/src/one-body-sample.parset @@ -82,7 +82,7 @@ model = Ruina [boundary.friction.state] evolve = true -initial = 10 +initial = 1e-4 [boundary.friction.ruina] # "For rocks, typical values of A and B range from 0.005 to 0.015" @@ -90,7 +90,7 @@ initial = 10 # Continuum mathematical modeling of slip weakening in geological systems a = 0.015 b = 0.005 -L = 1e-4 +L = 1e-6 # The second-order a and b terms in [..] are very important in # determining whether sliding is stable or unstable and (in appli- -- GitLab