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
055548e4
Commit
055548e4
authored
Nov 11, 2020
by
niklas.baumgarten
Browse files
bug fix exact solution
parent
824d1eed
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/problem/StochasticEllipticProblem.hpp
View file @
055548e4
...
...
@@ -55,7 +55,7 @@ public:
}
VectorField
Flux
(
const
Point
&
x
)
const
override
{
return
VectorField
(
1.0
,
0.0
);
return
VectorField
(
-
1.0
,
0.0
);
}
Scalar
Load
(
const
Point
&
x
)
const
override
{
...
...
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