<li><em>Christophe Trophime:</em>
Packaging and configuration issues.
+ <li><em>Bruno Turcksin:</em>
+ Extending deal.ii for 64-bit integer support.
+
+ <li><em>Kainan Wang:</em>
+ Extending deal.ii for 64-bit integer support.
+
<li><em>Yaqi Wang:</em>
The step-28 tutorial program;
* NormType::L2_norm);
* const double total_local_error = local_errors.l2_norm();
* const double total_global_error
- * = std::sqrt (Utilities::MPI::sum (total_local_error * total_local_error));
+ * = std::sqrt (Utilities::MPI::sum (total_local_error * total_local_error, MPI_COMM_WORLD));
* @endcode
* The squaring and taking the square root is necessary in order to
* compute the sum of squares of norms over all all cells in the definition
* @code
* const double total_local_error = local_errors.l1_norm();
* const double total_global_error
- * = Utilities::MPI::sum (total_local_error);
+ * = Utilities::MPI::sum (total_local_error, MPI_COMM_WORLD);
* @endcode
* instead, and similar considerations hold when computing the $L_\infty$
* norm of the error.
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