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
0798ff6a
Commit
0798ff6a
authored
Jan 17, 2020
by
niklas.baumgarten
Browse files
changed pc
parent
9ea224b2
Changes
1
Show whitespace changes
Inline
Side-by-side
mlmc/src/stochastics/HybridFluxGenerator.C
View file @
0798ff6a
...
@@ -25,7 +25,7 @@ void HybridFluxGenerator2D::GetFineSample(Vector &fineField) {
...
@@ -25,7 +25,7 @@ void HybridFluxGenerator2D::GetFineSample(Vector &fineField) {
assemble
.
problem
->
LoadNewSample
(
&
perm
);
assemble
.
problem
->
LoadNewSample
(
&
perm
);
Preconditioner
*
pc
=
GetPC
(
faceMatrixGraph
,
assemble
,
"
SuperLU
"
);
Preconditioner
*
pc
=
GetPC
(
faceMatrixGraph
,
assemble
,
"
GaussSeidel
"
);
Solver
solver
(
pc
,
"GMRES"
);
Solver
solver
(
pc
,
"GMRES"
);
...
...
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