From 677ebfb500113e1bf3e1931b8dd1e4276bcca175 Mon Sep 17 00:00:00 2001
From: Luca Heltai <luca.heltai@sissa.it>
Date: Tue, 13 Mar 2018 10:06:46 +0100
Subject: [PATCH] Updated documentation for parallel triangulations.

---
 include/deal.II/non_matching/coupling.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

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>
-- 
2.39.5