]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add PETScWrappers::MPI::{Block,}Vector to list of vectors to instantiate.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 12 Feb 2010 02:42:38 +0000 (02:42 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 12 Feb 2010 02:42:38 +0000 (02:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@20562 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/common/template-arguments.in

index 59c5d503662b3d313de37728bb8344f8a5937417..d117f18bfd242a76c8096612941ac6bb849bfdab 100644 (file)
@@ -9,7 +9,7 @@ dnl    In doc/Makefile some information on the kind of documentation
 dnl    is stored.
 dnl
 dnl
-dnl Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+dnl Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
 dnl
 dnl $Id$
 
@@ -5791,7 +5791,9 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC, dnl
     DEAL_II_CONFIGURE_PETSC_COMPLEX
 
     DEAL_II_EXPAND_PETSC_VECTOR="PETScWrappers::Vector"
+    DEAL_II_EXPAND_PETSC_MPI_VECTOR="PETScWrappers::MPI::Vector"
     DEAL_II_EXPAND_PETSC_BLOCKVECTOR="PETScWrappers::BlockVector"
+    DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR="PETScWrappers::MPI::BlockVector"
 
     dnl Finally set with_petsc if this hasn't happened yet
     if test "x$with_petsc" = "x" ; then
@@ -5802,7 +5804,9 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC, dnl
   dnl Make sure that the right values for PETSC vectors are written into
   dnl common/template-arguments.in
   AC_SUBST(DEAL_II_EXPAND_PETSC_VECTOR)
+  AC_SUBST(DEAL_II_EXPAND_PETSC_MPI_VECTOR)
   AC_SUBST(DEAL_II_EXPAND_PETSC_BLOCKVECTOR)
+  AC_SUBST(DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR)
 ])
 
 
index 4be3646faee0f28235e0e7c47b58fde2aeffcd31..44efe2a1ccc66b1f65276a4487da010467b069a9 100644 (file)
@@ -20,10 +20,12 @@ SERIAL_VECTORS := { Vector<double>;
                    @DEAL_II_EXPAND_TRILINOS_VECTOR@;
                    @DEAL_II_EXPAND_TRILINOS_MPI_VECTOR@;
                    @DEAL_II_EXPAND_PETSC_VECTOR@;
+                   @DEAL_II_EXPAND_PETSC_MPI_VECTOR@;
 
                    @DEAL_II_EXPAND_TRILINOS_BLOCKVECTOR@;
                    @DEAL_II_EXPAND_TRILINOS_MPI_BLOCKVECTOR@;
                    @DEAL_II_EXPAND_PETSC_BLOCKVECTOR@;
+                   @DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR@;
                   }
 
 DOFHANDLERS := { DoFHandler<deal_II_dimension>;

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.