Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
e00c774d
Commit
e00c774d
authored
Jan 17, 2020
by
niklas.baumgarten
Browse files
rmv msg for now
parent
6606b213
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/timestepping/TimeIntegrator.h
View file @
e00c774d
...
...
@@ -470,7 +470,7 @@ public:
gamma
=
0.5
*
dt
;
assemble
.
SetGamma
(
gamma
);
B
+=
(
-
gamma
)
*
A
;
mout
<<
"Implicit Midpoint Rule: gamma = "
<<
gamma
<<
endl
;
//
mout << "Implicit Midpoint Rule: gamma = " << gamma << endl;
S
(
B
,
1
);
}
...
...
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