Skip to content
Snippets Groups Projects
Commit c25a0e90 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Adjust some parameters for the default example

parent c94a69c7
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment