]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove remaining references to PETScWrappers::Vector. 4423/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 28 May 2017 01:57:32 +0000 (21:57 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 28 May 2017 01:57:32 +0000 (21:57 -0400)
cmake/configure/configure_3_petsc.cmake
doc/doxygen/headers/distributed.h

index fe262e827740edf24a445f83ea9074ae17c6a75f..48517c7d7471b5ed955e1a6a3cd2f187c17454bd 100644 (file)
@@ -99,16 +99,12 @@ ENDMACRO()
 
 
 MACRO(FEATURE_PETSC_CONFIGURE_EXTERNAL)
-  SET(DEAL_II_EXPAND_PETSC_VECTOR "PETScWrappers::Vector")
-  SET(DEAL_II_EXPAND_PETSC_BLOCKVECTOR "PETScWrappers::BlockVector")
   SET(DEAL_II_EXPAND_PETSC_MPI_VECTOR "PETScWrappers::MPI::Vector")
   SET(DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR "PETScWrappers::MPI::BlockVector")
   #
   # FIXME:
   # temporary variable until deal.II fully support complex-valued PETSc
   IF( NOT PETSC_WITH_COMPLEX )
-    SET(DEAL_II_EXPAND_PETSC_VECTOR_REAL "PETScWrappers::Vector")
-    SET(DEAL_II_EXPAND_PETSC_BLOCKVECTOR_REAL "PETScWrappers::BlockVector")
     SET(DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL "PETScWrappers::MPI::Vector")
     SET(DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR_REAL "PETScWrappers::MPI::BlockVector")
   ELSE()
index 3f24043e2e3464699f6ffdd0b74db0a1aadb8a22..16a695d6bd7aa5e495ac5b5e7b7e8a1a0b7ba735 100644 (file)
  * ghosted vectors) and vectors without ghost elements.  (Both
  * kinds can typically be represented by the same data type, but there
  * are of course different vector types that can each represent both flavors:
- * for example TrilinosWrappers::MPI::Vector, PETScWrappers::Vector, and
+ * for example TrilinosWrappers::MPI::Vector, PETScWrappers::MPI::Vector, and
  * BlockVector objects built on these).
  * You can find a discussion of what distinguishes these kinds of vectors
  * in the @ref GlossGhostedVector "glossary entry on ghosted vectors".

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


Typeset in Trocchi and Trocchi Bold Sans Serif.