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
amdis
amdis-core
Commits
55d46bd4
Commit
55d46bd4
authored
Nov 16, 2017
by
Praetorius, Simon
Browse files
gitlabci updated
parent
00d414f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
55d46bd4
...
...
@@ -4,7 +4,7 @@ cache:
-
install/
dune:git--gcc:
image
:
duneci/dune-fufem:git
image
:
mathiwr/dune-base:debian9
script
:
-
./contrib/ci-setup
-
dunecontrol --opts=/duneci/opts.gcc --current all
...
...
src/stokes.cc
View file @
55d46bd4
...
...
@@ -46,7 +46,7 @@ int main(int argc, char** argv)
prob
.
addMatrixOperator
(
opDiv
,
DOW
,
i
);
}
Op
*
opZero
;
Op
opZero
;
opZero
.
addZOT
(
constant
(
0.0
)
);
prob
.
addMatrixOperator
(
opZero
,
DOW
,
DOW
);
...
...
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