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
533bc12c
Commit
533bc12c
authored
12 years ago
by
Oliver Sander
Committed by
sander@FU-BERLIN.DE
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Default parameter set for the wrinkling tests
[[Imported from SVN: r8633]]
parent
cea90034
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wrinkling_testsuite/cosserat-continuum.parset
+77
-0
77 additions, 0 deletions
wrinkling_testsuite/cosserat-continuum.parset
with
77 additions
and
0 deletions
wrinkling_testsuite/cosserat-continuum.parset
0 → 100644
+
77
−
0
View file @
533bc12c
# Number of grid levels
numLevels = 3
# Number of homotopy steps for the Dirichlet boundary conditions
numHomotopySteps = 1
# Tolerance of the trust region solver
tolerance = 1e-6
# Max number of steps of the trust region solver
maxTrustRegionSteps = 1000
# Initial trust-region radius
initialTrustRegionRadius = 1
# Number of multigrid iterations per trust-region step
numIt = 200
# Number of presmoothing steps
nu1 = 3
# Number of postsmoothing steps
nu2 = 3
# Number of coarse grid corrections
mu = 1
# Number of base solver iterations
baseIt = 100
# Tolerance of the multigrid solver
mgTolerance = 1e-8
# Tolerance of the base grid solver
baseTolerance = 1e-8
# Measure convergence
instrumented = 0
############################
# Problem specifications
############################
[materialParameters]
# shell thickness
thickness = 0.05
# Lame parameters
# corresponds to E = 1e6, nu=0.3
mu = 3.8462e+05
lambda = 2.7149e+05
#mu = 1
#lambda = 1
# Cosserat couple modulus
mu_c = 0
#mu_c = 3.8462e+05
# Length scale parameter
L_c = 0.02
# Curvature exponent
q = 2
# Shear correction factor
kappa = 1
[]
# 2d problem
#path = /home/haile/sander/data/richards/twosquares/
#gridFile = twosquares0.grid
# 3d problem
path = /home/haile/sander/data/contact/tetracubes/
gridFile = tetracube0.grid
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