From: Wolfgang Bangerth Date: Tue, 31 Aug 2010 15:57:51 +0000 (+0000) Subject: Add to documentation. X-Git-Tag: v8.0.0~5608 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2acce538ce27a3ae2c46a60ca8d558dc4e53d90;p=dealii.git Add to documentation. git-svn-id: https://svn.dealii.org/trunk@21810 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/mesh_worker_info.h b/deal.II/deal.II/include/numerics/mesh_worker_info.h index 9e292807e2..057eec05fb 100644 --- a/deal.II/deal.II/include/numerics/mesh_worker_info.h +++ b/deal.II/deal.II/include/numerics/mesh_worker_info.h @@ -576,11 +576,21 @@ namespace MeshWorker void initialize_update_flags(); /** - * Add additional values for update. + * Add additional update flags + * to the ones already set in + * this program. The four + * boolean flags indicate + * wether the additional flags + * should be set for cell, + * boundary, interelement face, + * or neighbor integration, or + * any combination thereof. */ - void add_update_flags(const UpdateFlags flags, bool cell = true, - bool boundary = true, bool face = true, - bool neighbor = true); + void add_update_flags(const UpdateFlags flags, + const bool cell = true, + const bool boundary = true, + const bool face = true, + const bool neighbor = true); /** Assign n-point Gauss * quadratures to each of the