From c25a0e90b0f600df60b1a7c92705581d048a0890 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Wed, 10 Oct 2018 11:45:00 +0200 Subject: [PATCH] Adjust some parameters for the default example --- nonlinelast.parset | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nonlinelast.parset b/nonlinelast.parset index 2bf98c9..d8e23d3 100644 --- a/nonlinelast.parset +++ b/nonlinelast.parset @@ -32,7 +32,7 @@ vectorMode = 1 refinementFraction = 0.3 # loading steps to be performed to enforce the Dirichlet condition # an increment of 0.1 would result in 10 steps, 1 would result in 1 step -loadIncrement = 1 +loadIncrement = 0.1 # the grid name determines which configuration is used @@ -55,8 +55,8 @@ length = 5.2 innerRadius = 3 fromAngle = 3.1415 toAngle = 6.283 -nElementRing = 18 -nElementLength = 10 +nElementRing = 8 #18 +nElementLength = 4 #10 closeTube = 0 axis = 0 tetrahedra = 1 @@ -96,16 +96,16 @@ nDirichletConditions = 2 [die.dirichlet1.criterion0] type = LowerCentre component = 2 - bound = 0.2 + bound = 3.2 #trust-region parameters [trConfig] # tolerance -tolerance = 1e-10 +tolerance = 1e-7 # max iterations maxIterations = 100 # initial trust-region radius -initialRadius = 5 +initialRadius = 1 # maximal radius -maxRadius = 10 +maxRadius = 2 -- GitLab