From: Giovanni Alzetta Date: Mon, 30 Apr 2018 12:45:02 +0000 (+0200) Subject: Added documentation for NonMatching namespace X-Git-Tag: v9.0.0-rc1~63^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41adc94b481a9f22b27038c1ea30fc6f162aa150;p=dealii.git Added documentation for NonMatching namespace --- diff --git a/include/deal.II/non_matching/coupling.h b/include/deal.II/non_matching/coupling.h index 30e75b6d76..51590f97af 100644 --- a/include/deal.II/non_matching/coupling.h +++ b/include/deal.II/non_matching/coupling.h @@ -28,6 +28,16 @@ #include DEAL_II_NAMESPACE_OPEN + +/** + * A namespace for functions offering tools to handle two meshes with no + * alignment requirements, but where one of the meshes is embedded + * inside the other in the real-space. + * + * Typically these functions allow for computations on the real-space + * intersection between the two meshes e.g. surface integrals and + * construction of mass matrices. + */ namespace NonMatching { /**