From: Luca Heltai <luca.heltai@sissa.it>
Date: Tue, 13 Mar 2018 09:06:46 +0000 (+0100)
Subject: Updated documentation for parallel triangulations.
X-Git-Tag: v9.0.0-rc1~325^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677ebfb500113e1bf3e1931b8dd1e4276bcca175;p=dealii.git

Updated documentation for parallel triangulations.
---

diff --git a/include/deal.II/non_matching/coupling.h b/include/deal.II/non_matching/coupling.h
index 714e84ee0c..5f6e47d709 100644
--- a/include/deal.II/non_matching/coupling.h
+++ b/include/deal.II/non_matching/coupling.h
@@ -67,6 +67,11 @@ namespace NonMatching
    * For both spaces, it is possible to specify a custom Mapping, which
    * defaults to StaticMappingQ1 for both.
    *
+   * This function will also work in parallel, provided that the immersed
+   * triangulation is of type parallel::shared::Triangulation<dim1,spacedim>.
+   * An exception is thrown if you use an immersed
+   * parallel::distributed::Triangulation<dim1,spacedim>.
+   *
    * @author Luca Heltai, 2018
    */
   template<int dim0, int dim1, int spacedim, typename Sparsity>
@@ -115,6 +120,11 @@ namespace NonMatching
    * For both spaces, it is possible to specify a custom Mapping, which
    * defaults to StaticMappingQ1 for both.
    *
+   * This function will also work in parallel, provided that the immersed
+   * triangulation is of type parallel::shared::Triangulation<dim1,spacedim>.
+   * An exception is thrown if you use an immersed
+   * parallel::distributed::Triangulation<dim1,spacedim>.
+   *
    * @author Luca Heltai, 2018
    */
   template<int dim0, int dim1, int spacedim, typename Matrix>