git-svn-id: https://svn.dealii.org/branches/branch_paralution@32131
0785d39b-7218-0410-832d-
ea1e28bc413d
#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 <deal.II/base/numbers.h>
#include <deal.II/base/types.h>
const bool allow_different_maps = false);
/**
- * Simple addition of a multiple
- * of a vector, i.e. <tt>*this +=
- * a*V</tt>.
- * Simple addition of a multiple of a vector, i.e. <tt>*this = a*V</tt>.
++ * Simple addition of a multiple of a vector, i.e. <tt>*this += a*V</tt>.
*/
void add (const TrilinosScalar a,
const VectorBase &V);
/**
- * Multiple addition of scaled
- * vectors, i.e. <tt>*this += a*V +
- * b*W</tt>.
- * Multiple addition of scaled vectors, i.e. <tt>*this = a*V + b*W</tt>.
++ * Multiple addition of scaled vectors, i.e. <tt>*this += a*V + b*W</tt>.
*/
void add (const TrilinosScalar a,
const VectorBase &V,
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