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
73b81a54
Commit
73b81a54
authored
7 months ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Update one parameter file to work with cosserat-continuum.cc again
parent
a226c323
No related branches found
Branches containing commit
No related tags found
1 merge request
!159
cosserat-continuum.cc: Read input parameters as Python file
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
problems/cosserat-continuum-twisted-strip.parset
+10
-3
10 additions, 3 deletions
problems/cosserat-continuum-twisted-strip.parset
with
10 additions
and
3 deletions
problems/cosserat-continuum-twisted-strip.parset
+
10
−
3
View file @
73b81a54
...
...
@@ -2,7 +2,7 @@
# Grid parameters
#############################################
structuredGrid =
tru
e
structuredGrid =
cub
e
lower = 0 -0.005
upper = 0.1 0.005
elements = 10 1
...
...
@@ -21,7 +21,7 @@ numHomotopySteps = 24
tolerance = 1e-8
# Max number of steps of the trust region solver
max
TrustRegion
Steps = 200
max
Solver
Steps = 200
solverScaling = 1 1 1 1 1 1
...
...
@@ -80,6 +80,12 @@ q = 2
# Shear correction factor
kappa = 1
# TODO: These three parameters are not actually used,
# but the current implementation requires them nevertheless.
b1 = 1
b2 = 1
b3 = 1
[]
#############################################
...
...
@@ -90,7 +96,8 @@ problem = twisted-strip
### Python predicate specifying all Dirichlet grid vertices
# x is the vertex coordinate
dirichletVerticesPredicate = "x[0] < 0.001 or x[0] > 0.0999"
dirichletVerticesPredicate = "[x[0] < 0.001 or x[0] > 0.0999, x[0] < 0.001 or x[0] > 0.0999, x[0] < 0.001 or x[0] > 0.0999]"
dirichletRotationVerticesPredicate = "x[0] < 0.001 or x[0] > 0.0999"
# Initial deformation
initialDeformation = "[x[0], x[1], 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