Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
agnumpde
dune-tectonic
Commits
9a5ecb7f
Commit
9a5ecb7f
authored
12 years ago
by
Elias Pipping
Committed by
Elias Pipping
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Soft body; new tolerance
parent
c389c36b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/one-body-sample.parset
+6
-6
6 additions, 6 deletions
src/one-body-sample.parset
src/one-body-sample.py
+1
-1
1 addition, 1 deletion
src/one-body-sample.py
with
7 additions
and
7 deletions
src/one-body-sample.parset
+
6
−
6
View file @
9a5ecb7f
...
...
@@ -17,7 +17,7 @@ enable_timer = false
refinements
=
4
[
body
]
E
=
1
e8
E
=
2
e7
# "Most steels and rigid polymers when used within their design limits
# (before yield) exhibit values of about 0.3"
# -- http://en.wikipedia.org/wiki/Poisson's_ratio
...
...
@@ -25,12 +25,12 @@ nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the
# tougher the problem. But we do have convergence!
[
solver
]
tolerance
=
1
e
-
1
0
tolerance
=
1
e
-
1
1
[
solver
.
tnnmg
]
maxiterations
=
1000000
fixed_point_iterations
=
1000
fixed_point_tolerance
=
1
e
-
1
2
fixed_point_iterations
=
1000
000
fixed_point_tolerance
=
1
e
-
1
1
[
solver
.
tnnmg
.
linear
]
maxiterations
=
1000000
...
...
@@ -60,7 +60,7 @@ acceptFactor = 1.0
requiredResidual
=
1
e
-
12
[
boundary
.
friction
]
normalstress
=
5
000000
normalstress
=
10
000000
# "Most dry materials in combination have friction coefficient values
# between 0.3 and 0.6"
# -- http://en.wikipedia.org/wiki/Friction#Coefficient_of_friction
...
...
@@ -84,7 +84,7 @@ model = Dieterich # Ruina
a
=
0
.
0075
b
=
0
.
015
# If L is too large, reaching a steady state takes too long
L
=
1
e
-
8
L
=
1
e
-
3
# The second-order a and b terms in [..] are very important in
# determining whether sliding is stable or unstable and (in appli-
...
...
This diff is collapsed.
Click to expand it.
src/one-body-sample.py
+
1
−
1
View file @
9a5ecb7f
...
...
@@ -14,7 +14,7 @@ class neumannCondition:
## FIXME: If we change time discretisation, we currently change the problem
class
dirichletCondition
:
def
__call__
(
self
,
x
):
return
3
e-3
/
16
return
2
e-3
# return 0
fst
=
3e-4
snd
=
5e-4
...
...
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