From: kanschat Date: Thu, 11 Feb 2010 22:06:03 +0000 (+0000) Subject: add doc for parameter X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319333d75f86e6d2cc0c5311f4e51176794a2256;p=dealii-svn.git add doc for parameter git-svn-id: https://svn.dealii.org/trunk@20559 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 96219c8ae7..8ab1652271 100644 --- a/deal.II/deal.II/include/numerics/mesh_worker_info.h +++ b/deal.II/deal.II/include/numerics/mesh_worker_info.h @@ -419,6 +419,15 @@ namespace MeshWorker * UpdateFlags used in * the constructor of the * FEVALUES objects. + * + * @param local_block_info is + * an optional parameter for + * systems of PDE. If it is + * provided with reasonable + * data, then the degrees of + * freedom on the cells will be + * re-ordered to reflect the + * block structure of the system. */ template void initialize(const FiniteElement& el,