Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
4ef56f52
Commit
4ef56f52
authored
Dec 03, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for 3d point
parent
7343f20d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mlmc/src/problems/StochasticTransportProblem.hpp
mlmc/src/problems/StochasticTransportProblem.hpp
+1
-0
No files found.
mlmc/src/problems/StochasticTransportProblem.hpp
View file @
4ef56f52
...
...
@@ -256,6 +256,7 @@ public:
sigma
[
0
][
1
]
=
0.0
;
sigma
[
1
][
0
]
=
0.0
;
sigma
[
1
][
1
]
=
0.01
;
sigma
[
2
][
2
]
=
1.0
;
// Todo might not be working for 2D Point
}
Scalar
Solution
(
double
t
,
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