Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
293aad72
Commit
293aad72
authored
Sep 20, 2013
by
Praetorius, Simon
Browse files
prefix for MUMPS parameters
parent
a6fc34a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscSolverGlobalMatrix.cc
View file @
293aad72
...
...
@@ -599,6 +599,7 @@ namespace AMDiS { namespace Parallel {
KSPSetTolerances
(
ksp
,
0.0
,
1e-8
,
PETSC_DEFAULT
,
PETSC_DEFAULT
);
KSPSetType
(
ksp
,
KSPBCGS
);
KSPSetOptionsPrefix
(
ksp
,
kspPrefix
.
c_str
());
MatSetOptionsPrefix
(
getMatInterior
(),
kspPrefix
.
c_str
());
KSPSetFromOptions
(
ksp
);
// Do not delete the solution vector, use it for the initial guess.
...
...
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