Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Patrick Jaap
dune-elasticity
Commits
9bc40d2c
Commit
9bc40d2c
authored
7 years ago
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
An example parameter file for the nonlinear elasticity solver
parent
7b957d36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nonlinelast.parset
+52
-0
52 additions, 0 deletions
nonlinelast.parset
with
52 additions
and
0 deletions
nonlinelast.parset
0 → 100644
+
52
−
0
View file @
9bc40d2c
# level of uniform refinements
minLevel = 3
# (maxLevel-minLevel) = level of adaptive refinements
maxLevel = 3
# Use the H1 Semi norm to measure the error, otherwise the hessian of the energy is used (might be not pos. definite)
useH1SemiNorm = 1
# folder where the input data is located
path=/home/mi/akbib/data/cubes/
# path where to write the results
resultPath=/home/mi/akbib/results/nonlinCube/
# a grid in Amira format
gridFile = cube1.grid
# a constant Dirichlet field
# alternatively set the variable amiraValuesFile
constantValues = 0 0 -0.2
# a surface field determining the Dirichlet nodes (again Amira)
amiraPatchFile = cube1.dn
# scaling for the Dirichlet values
scaling=1
# max iterations of the multigrid
mgIterations = 100
# tolerance of the multigrid
mgTolerance = 1e-7
# tolerance of the coarse grid solver (ipopt)
baseTolerance = 1e-4
# verbosity of the method, (full, reduced or quiet)
verbosity = reduced
# elastic modulus of the body
E=1e3
# Poisson ratio
nu = 0.3
# fraction of elements to refine in each step
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
#trust-region parameters
[trConfig]
# tolerance
tolerance = 1e-10
# max iterations
maxIterations = 100
# initial trust-region radius
initialRadius = 5
# maximal radius
maxRadius = 10
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