From 78abcbee05939bb332081a2b8f89419ef078eea0 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 3 Jan 2014 10:29:59 +0000 Subject: [PATCH] Note that both side processing is not implemetned for hanging nodes git-svn-id: https://svn.dealii.org/trunk@32140 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/meshworker/loop.h b/deal.II/include/deal.II/meshworker/loop.h index c3ee1f09ff..2290f364ce 100644 --- a/deal.II/include/deal.II/meshworker/loop.h +++ b/deal.II/include/deal.II/meshworker/loop.h @@ -118,7 +118,7 @@ namespace MeshWorker * Loop over faces between two locally owned cells: * - never: do not assemble face terms * - one: assemble once (always coming from the finer side) - * - both: assemble each face twice + * - both: assemble each face twice (not implemented for hanging nodes!) * Default is one. */ FaceOption own_faces; -- 2.39.5