Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
d703c9c4
Commit
d703c9c4
authored
Oct 27, 2016
by
Praetorius, Simon
Browse files
small error in petsc helpers corrected
parent
f024b3cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscHelper.h
View file @
d703c9c4
...
...
@@ -126,7 +126,7 @@ namespace AMDiS
// functions for PETSc API changes
namespace
petsc
{
inline
PetscErrorCode
options_view
(
etscViewer
viewer
)
inline
PetscErrorCode
options_view
(
P
etscViewer
viewer
)
{
#if (PETSC_VERSION_MINOR >= 7)
return
PetscOptionsView
(
PETSC_NULL
,
PetscViewer
);
...
...
@@ -153,7 +153,7 @@ namespace AMDiS
#endif
}
inline
PetscErrorCode
ksp_get_operators
(
KSP
ksp
,
Mat
Amat
,
Mat
Pmat
)
inline
PetscErrorCode
ksp_get_operators
(
KSP
ksp
,
Mat
*
Amat
,
Mat
*
Pmat
)
{
#if (PETSC_VERSION_MINOR >= 5)
return
KSPGetOperators
(
ksp
,
Amat
,
Pmat
);
...
...
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