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
15b3b819
Commit
15b3b819
authored
Jan 27, 2016
by
Praetorius, Simon
Browse files
Error in PetscSolverFeti corrected
parent
bbac165d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscSolverFeti.cc
View file @
15b3b819
...
...
@@ -1826,7 +1826,7 @@ namespace AMDiS { namespace Parallel {
&
matNullSpace
);
MatSetNullSpace
(
mat_feti
,
matNullSpace
);
Mat
amat
,
pmat
;
KSPGetOperators
(
ksp
,
&
amat
,
&
pmat
);
KSPGetOperators
(
ksp
_feti
,
&
amat
,
&
pmat
);
MatSetNullSpace
(
amat
,
matNullSpace
);
MatNullSpaceDestroy
(
&
matNullSpace
);
...
...
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