From 41adc94b481a9f22b27038c1ea30fc6f162aa150 Mon Sep 17 00:00:00 2001 From: Giovanni Alzetta Date: Mon, 30 Apr 2018 14:45:02 +0200 Subject: [PATCH] Added documentation for NonMatching namespace --- 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 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 { /** -- 2.39.5