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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Commits
bed86e1a
Commit
bed86e1a
authored
4 years ago
by
oliver.sander_at_tu-dresden.de
Browse files
Options
Downloads
Patches
Plain Diff
Complete the implementation of the static relaxed micromorphic model
parent
06205905
No related branches found
No related tags found
No related merge requests found
Pipeline
#33815
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
problems/relaxed-micromorphic-torsion.parset
+77
-0
77 additions, 0 deletions
problems/relaxed-micromorphic-torsion.parset
src/relaxed-micromorphic-continuum.cc
+266
-408
266 additions, 408 deletions
src/relaxed-micromorphic-continuum.cc
with
343 additions
and
408 deletions
problems/relaxed-micromorphic-torsion.parset
0 → 100644
+
77
−
0
View file @
bed86e1a
#############################################
# Grid parameters
#############################################
structuredGrid = simplex
lower = 0 -0.5 -0.5
upper = 5 0.5 0.5
elements = 10 2 2
# Number of grid levels
numLevels = 2
#############################################
# Solver parameters
#############################################
timeIntegration = static
# Currently, only 'direct' is supported.
solverType = direct
# Tolerance of the trust region solver
#tolerance = 1e-6
# Number of multigrid iterations per trust-region step
#numIt = 1000
# 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-7
# Tolerance of the base grid solver
#baseTolerance = 1e-8
############################
# Material parameters
############################
energy = stvenantkirchhoff
## For the Wriggers L-shape example
[materialParameters]
lambda = 1e6
lambda_h = 1e6
mu_c = 0
mu_e = 1e6
mu_h = 1e6
alpha = 1e3 1e3 1e3
[]
#############################################
# Boundary values
#############################################
### Python predicate specifying all Dirichlet grid vertices
# x is the vertex coordinate
dirichletVerticesPredicate = "x[0] < 0.0001 or x[0] > 4.9999"
### Neumann values, if needed
#neumannValues = 0 5e4 0
# Initial iterate (can be a function of x)
initialIterate = "[[x[0]*1.2, 0, 0], [[0,0,0], [0,0,0], [0,0,0]]]"
This diff is collapsed.
Click to expand it.
src/relaxed-micromorphic-continuum.cc
+
266
−
408
View file @
bed86e1a
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