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
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ vectorMode = 1 ...@@ -32,7 +32,7 @@ vectorMode = 1
refinementFraction = 0.3 refinementFraction = 0.3
# loading steps to be performed to enforce the Dirichlet condition # 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 # 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 # the grid name determines which configuration is used
...@@ -55,8 +55,8 @@ length = 5.2 ...@@ -55,8 +55,8 @@ length = 5.2
innerRadius = 3 innerRadius = 3
fromAngle = 3.1415 fromAngle = 3.1415
toAngle = 6.283 toAngle = 6.283
nElementRing = 18 nElementRing = 8 #18
nElementLength = 10 nElementLength = 4 #10
closeTube = 0 closeTube = 0
axis = 0 axis = 0
tetrahedra = 1 tetrahedra = 1
...@@ -96,16 +96,16 @@ nDirichletConditions = 2 ...@@ -96,16 +96,16 @@ nDirichletConditions = 2
[die.dirichlet1.criterion0] [die.dirichlet1.criterion0]
type = LowerCentre type = LowerCentre
component = 2 component = 2
bound = 0.2 bound = 3.2
#trust-region parameters #trust-region parameters
[trConfig] [trConfig]
# tolerance # tolerance
tolerance = 1e-10 tolerance = 1e-7
# max iterations # max iterations
maxIterations = 100 maxIterations = 100
# initial trust-region radius # initial trust-region radius
initialRadius = 5 initialRadius = 1
# maximal radius # 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