From: kanschat Date: Fri, 3 Jan 2014 10:29:59 +0000 (+0000) Subject: Note that both side processing is not implemetned for hanging nodes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7f0e6631aaefeebeb02f520e56189501c2daef;p=dealii-svn.git 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 --- 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;