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
amdis
amdis-core
Commits
bebd0dd8
Commit
bebd0dd8
authored
May 24, 2022
by
Residori, Mirko
Browse files
solve mem. leak in function residuum(...) in petsc/Operations.hpp
parent
1f42a3ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/linearalgebra/petsc/Operations.hpp
View file @
bebd0dd8
...
...
@@ -16,6 +16,8 @@ namespace AMDiS {
PetscReal
res
;
VecNorm
(
r
,
NORM_2
,
&
res
);
VecDestroy
(
&
r
);
return
res
;
}
...
...
Write
Preview
Supports
Markdown
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