From: Luca Heltai 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=refs%2Fpull%2F6044%2Fhead;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. + * 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