From f2acce538ce27a3ae2c46a60ca8d558dc4e53d90 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 31 Aug 2010 15:57:51 +0000 Subject: [PATCH] Add to documentation. git-svn-id: https://svn.dealii.org/trunk@21810 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/numerics/mesh_worker_info.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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 -- 2.39.5