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
e25b0439
Commit
e25b0439
authored
Mar 10, 2020
by
niklas.baumgarten
Browse files
..
parent
46a92d1a
Pipeline
#75633
failed with stages
in 71 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/problem/StochasticTransportProblem.hpp
View file @
e25b0439
...
...
@@ -56,14 +56,14 @@ public:
return
1.0
;
}
VectorField
cellB
(
const
cell
&
c
,
const
Point
&
x
)
const
override
{
return
VectorField
(
1.0
,
0.0
);
}
double
faceB
(
const
cell
&
c
,
int
f
,
const
VectorField
&
N
,
const
Point
&
x
)
const
override
{
return
VectorField
(
1.0
,
0.0
)
*
N
;
}
//
VectorField cellB(const cell &c, const Point &x) const override {
//
return VectorField(1.0, 0.0);
//
}
//
//
double faceB(const cell &c, int f,
//
const VectorField &N, const Point &x) const override {
//
return VectorField(1.0, 0.0) * N;
//
}
string
Name
()
const
override
{
return
"Stochastic Pollution 1D"
;
}
};
...
...
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