Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
2350ab39
Commit
2350ab39
authored
Mar 24, 2016
by
GILLES Sebastien
Browse files
#820
Lua: put same time data as in freefem's script.
parent
2a29de4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Data/Lua/demo_input_poromechanics.lua
View file @
2350ab39
...
...
@@ -16,12 +16,12 @@ transient = {
-- Time step between two iterations, in seconds.
-- Expected format: VALUE
-- Constraint: v > 0.
timeStep
=
0
.
1
,
timeStep
=
1
.
e
-
3
,
-- Maximum time, if set to zero run a static case.
-- Expected format: VALUE
-- Constraint: v >= 0.
timeMax
=
0
.
4
timeMax
=
2
.
e
-
3
}
-- transient
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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