diff --git a/nonlinelast.parset b/nonlinelast.parset index 2bf98c94a63a894c18ea483224f4672f628c5527..d8e23d3372ac4f29a97e15a2333032e14fa1e7b1 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