From: David Wells Date: Sun, 28 May 2017 01:57:32 +0000 (-0400) Subject: Remove remaining references to PETScWrappers::Vector. X-Git-Tag: v9.0.0-rc1~1570^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de727aad8a6bc2674102b991c844a5b2250d3f6e;p=dealii.git Remove remaining references to PETScWrappers::Vector. --- diff --git a/cmake/configure/configure_3_petsc.cmake b/cmake/configure/configure_3_petsc.cmake index fe262e8277..48517c7d74 100644 --- a/cmake/configure/configure_3_petsc.cmake +++ b/cmake/configure/configure_3_petsc.cmake @@ -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() diff --git a/doc/doxygen/headers/distributed.h b/doc/doxygen/headers/distributed.h index 3f24043e2e..16a695d6bd 100644 --- a/doc/doxygen/headers/distributed.h +++ b/doc/doxygen/headers/distributed.h @@ -274,7 +274,7 @@ * 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".