Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sander, Oliver
dune-gfe
Commits
b7b0a32e
Commit
b7b0a32e
authored
5 years ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Update the staticrod parameter file
parent
a92625ec
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
problems/staticrod.parset
+43
-11
43 additions, 11 deletions
problems/staticrod.parset
with
43 additions
and
11 deletions
problems/staticrod.parset
+
43
−
11
View file @
b7b0a32e
# Number of uniform grid refinement steps
maxLevel = 4
#############################################
# Grid parameters
#############################################
# Number of grid levels
numLevels = 4
# Number of elements of the rod grid
numRodBaseElements = 5
#############################################
# Solver parameters
#############################################
# Initial load increment
loadIncrement = 0.01
# Max number of steps of the Newton solver
maxNewtonSteps = 30
# Tolerance of the trust region solver
tolerance = 1e-6
# Max number of steps of the trust region solver
maxTrustRegionSteps = 100
# Initial trust-region radius
initialTrustRegionRadius = 1
# Number of multigrid iterations per t
ime
step
numIt =
1
00
# Number of multigrid iterations per t
rust-region
step
numIt =
2
00
# Number of presmoothing steps
nu1 = 3
...
...
@@ -22,15 +39,30 @@ mu = 1
# Number of base solver iterations
baseIt = 100
# Tolerance of the solver
t
olerance = 1e-10
# Tolerance of the
multigrid
solver
mgT
olerance = 1e-10
# Tolerance of the base grid solver
baseTolerance = -1
baseTolerance = 1e-8
instrumented = no
############################
# Problem specifications
############################
# Number of elements of the rod grid
numRodBaseElements = 5
A = 1
J1 = 1
J2 = 1
E = 2.5e5
nu = 0.3
dirichletValueX = 1
dirichletValueY = 0
dirichletValueZ = 0
dirichletAxisX = 1
dirichletAxisY = 0
dirichletAxisZ = 0
dirichletAngle = 0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment