Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
0798ff6a
Commit
0798ff6a
authored
Jan 17, 2020
by
niklas.baumgarten
Browse files
changed pc
parent
9ea224b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/stochastics/HybridFluxGenerator.C
View file @
0798ff6a
...
...
@@ -25,7 +25,7 @@ void HybridFluxGenerator2D::GetFineSample(Vector &fineField) {
assemble
.
problem
->
LoadNewSample
(
&
perm
);
Preconditioner
*
pc
=
GetPC
(
faceMatrixGraph
,
assemble
,
"
SuperLU
"
);
Preconditioner
*
pc
=
GetPC
(
faceMatrixGraph
,
assemble
,
"
GaussSeidel
"
);
Solver
solver
(
pc
,
"GMRES"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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