From 677ebfb500113e1bf3e1931b8dd1e4276bcca175 Mon Sep 17 00:00:00 2001 From: Luca Heltai 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. + * An exception is thrown if you use an immersed + * parallel::distributed::Triangulation. + * * @author Luca Heltai, 2018 */ template @@ -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. + * An exception is thrown if you use an immersed + * parallel::distributed::Triangulation. + * * @author Luca Heltai, 2018 */ template -- 2.39.5