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
6c719d35
Commit
6c719d35
authored
Nov 28, 2011
by
Thomas Witkowski
Browse files
Fixed problem with PETSC-NON-DEV compile.
parent
a377678b
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscSolverFeti.cc
View file @
6c719d35
...
...
@@ -18,9 +18,9 @@ namespace AMDiS {
using
namespace
std
;
#ifdef HAVE_PETSC_DEV
FetiStatisticsData
PetscSolverFeti
::
fetiStatistics
;
#ifdef HAVE_PETSC_DEV
// y = mat * x
int
petscMultMatSchurPrimal
(
Mat
mat
,
Vec
x
,
Vec
y
)
{
...
...
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