From: turcksin Date: Mon, 30 Dec 2013 16:44:28 +0000 (+0000) Subject: Merge from trunk. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c47023108536eb243abdacc36630ec93abb86666;p=dealii-svn.git Merge from trunk. git-svn-id: https://svn.dealii.org/branches/branch_paralution@32131 0785d39b-7218-0410-832d-ea1e28bc413d --- c47023108536eb243abdacc36630ec93abb86666 diff --cc deal.II/include/deal.II/base/config.h.in index 166d1e521b,c0a1eda16b..6abed72e5d --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@@ -494,26 -529,6 +529,16 @@@ #endif - /*************************************** - * Configured in configure_zlib.cmake: * - ***************************************/ - - #cmakedefine DEAL_II_WITH_ZLIB - #ifdef DEAL_II_WITH_ZLIB - # define HAVE_LIBZ - #endif - - +/********************************************** + * Configured in configure_paralution.cmake: * + **********************************************/ + +#cmakedefine DEAL_II_WITH_PARALUTION +#ifdef DEAL_II_WITH_PARALUTION +# define DEAL_II_USE_PARALUTION +#endif + + #include #include diff --cc deal.II/include/deal.II/lac/trilinos_vector_base.h index 6b8b62533c,39b9b79991..c431680e79 --- a/deal.II/include/deal.II/lac/trilinos_vector_base.h +++ b/deal.II/include/deal.II/lac/trilinos_vector_base.h @@@ -860,17 -679,13 +679,13 @@@ namespace TrilinosWrapper const bool allow_different_maps = false); /** - * Simple addition of a multiple - * of a vector, i.e. *this += - * a*V. - * Simple addition of a multiple of a vector, i.e. *this = a*V. ++ * Simple addition of a multiple of a vector, i.e. *this += a*V. */ void add (const TrilinosScalar a, const VectorBase &V); /** - * Multiple addition of scaled - * vectors, i.e. *this += a*V + - * b*W. - * Multiple addition of scaled vectors, i.e. *this = a*V + b*W. ++ * Multiple addition of scaled vectors, i.e. *this += a*V + b*W. */ void add (const TrilinosScalar a, const VectorBase &V,