Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nek5000
giraffe
Commits
f518b39d
Commit
f518b39d
authored
Oct 06, 2017
by
Ron Rahaman
Browse files
Less steps in coeff. integration, CI logs stdout
parent
8876fa68
Pipeline
#2768
passed with stages
in 101 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f518b39d
...
...
@@ -50,4 +50,4 @@ test_giraffe:
LIBMESH_DIR
:
"
$CI_PROJECT_DIR/moose/libmesh/installed"
script
:
-
cd examples/integration_example
-
../../giraffe-opt -i coefficient_integration.i
-
../../giraffe-opt -i coefficient_integration.i
| tee integration_example.stdout
examples/integration_example/coefficient_integration.i
View file @
f518b39d
...
...
@@ -818,7 +818,7 @@
scheme
=
'
Explicit-Euler
'
#
Others
available
:
backward
Euler
,
Crank-Nicholson
,
etc
.
dt
=
0.001
#
Initial
timestep
size
start_time
=
0
#
Starting
time
num_steps
=
50
00
#
Number
of
Steps
num_steps
=
1
50
1
#
Number
of
Steps
nl_rel_tol
=
1e-6
#
Nonlinear
relative
tolerance
l_tol
=
1e-6
#
Linear
tolerance
...
...
Write
Preview
Markdown
is supported
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