Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
26f76dfe
Commit
26f76dfe
authored
Mar 26, 2019
by
Holger Class
Browse files
now running also with coupling
parent
97ebf01b
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/geomechanics/el2p/el2pproblem.hh
View file @
26f76dfe
...
...
@@ -817,7 +817,7 @@ public:
this
->
model
().
globalStorage
(
mass
);
double
time
=
this
->
timeManager
().
time
()
+
this
->
timeManager
().
timeStepSize
();
if
(
time
>
1.0
)
if
(
time
>
1
001
.0
)
this
->
newtonController
().
setMaxRelativeShift
(
1.e-5
);
//khodam from 1e-5
// Write mass balance information for rank 0
...
...
test/geomechanics/el2p/test_el2p.input
View file @
26f76dfe
[TimeManager]
TInitEnd = 1e
6
# [s]
TInitEnd = 1e
3
# [s]
TEnd = 12960000 # # [s]
#TEnd = 54000 # [s]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment