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
c766aec4
Commit
c766aec4
authored
Jan 20, 2020
by
niklas.baumgarten
Browse files
changed pc
parent
e19c1808
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/mc/MonteCarloTransport.C
View file @
c766aec4
...
...
@@ -74,11 +74,12 @@ void MonteCarloTransport::solveTransport(int l,
Vector
&
solution
)
{
assemble
->
logger
->
StartMethodMsg
();
Solver
solver
;
Preconditioner
*
BJ
=
GetPC
(
"PointBlockJacobi"
);
Preconditioner
*
BJ
=
GetPC
(
"PointBlockJacobi"
,
""
);
Solver
IM
(
BJ
);
DGTimeIntegrator
timeIntegrator
(
solver
,
solver
,
solver
,
IM
);
TimeSeries
timeSeries
=
getTimeSeries
(
fineLevel
);
assemble
->
resetTAssemble
();
assemble
->
PrintInfo
(
solution
);
timeIntegrator
(
*
assemble
,
timeSeries
,
solution
);
cost
=
solution
.
pSize
()
*
assemble
->
getStep
();
...
...
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