git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32704
0785d39b-7218-0410-832d-
ea1e28bc413d
#endif
#ifdef DEAL_II_WITH_PETSC
+#ifndef PETSC_USE_COMPLEX
+ONLY_MATRIX_FUNCTIONS(PETScWrappers::SparseMatrix);
+ONLY_MATRIX_FUNCTIONS(PETScWrappers::BlockSparseMatrix);
+ONLY_MATRIX_FUNCTIONS(PETScWrappers::MPI::SparseMatrix);
+ONLY_MATRIX_FUNCTIONS(PETScWrappers::MPI::BlockSparseMatrix);
+#else
COMPLEX_ONLY_MATRIX_FUNCTIONS(PETScWrappers::SparseMatrix);
COMPLEX_ONLY_MATRIX_FUNCTIONS(PETScWrappers::BlockSparseMatrix);
COMPLEX_ONLY_MATRIX_FUNCTIONS(PETScWrappers::MPI::SparseMatrix);
COMPLEX_ONLY_MATRIX_FUNCTIONS(PETScWrappers::MPI::BlockSparseMatrix);
#endif
+#endif
#include "constraint_matrix.inst"
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams