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
6a05716d
Commit
6a05716d
authored
Mar 10, 2020
by
niklas.baumgarten
Browse files
refactored
parent
0c4b1521
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/mc/MonteCarloTransport.h
View file @
6a05716d
...
@@ -55,12 +55,10 @@ public:
...
@@ -55,12 +55,10 @@ public:
fineSolution
(
Vector
(
solMatrixGraphs
[
l
-
pLevel
])),
fineSolution
(
Vector
(
solMatrixGraphs
[
l
-
pLevel
])),
coarseSolution
(
Vector
(
solMatrixGraphs
[
l
-
pLevel
-
1
]))
{
coarseSolution
(
Vector
(
solMatrixGraphs
[
l
-
pLevel
-
1
]))
{
fineNormalFlux
=
0.0
,
coarseNormalFlux
=
0.0
;
fineSolution
=
0.0
,
coarseSolution
=
0.0
;
fineQ
=
0.0
,
coarseQ
=
0.0
,
fineCost
=
0.0
,
coarseCost
=
0.0
;
config
.
get
(
"startTime"
,
startTime
);
config
.
get
(
"startTime"
,
startTime
);
config
.
get
(
"endTime"
,
endTime
);
config
.
get
(
"endTime"
,
endTime
);
initialize
();
}
}
};
};
...
...
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