From: kanschat Date: Thu, 5 Apr 2012 15:28:46 +0000 (+0000) Subject: add missing documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9060cdb111069d124d330b5eb77ab95efebf0ae;p=dealii-svn.git add missing documentation git-svn-id: https://svn.dealii.org/trunk@25384 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/meshworker/integration_info.h b/deal.II/include/deal.II/meshworker/integration_info.h index 651c31e59f..e2d91a7a84 100644 --- a/deal.II/include/deal.II/meshworker/integration_info.h +++ b/deal.II/include/deal.II/meshworker/integration_info.h @@ -404,6 +404,20 @@ namespace MeshWorker * @name FEValues setup */ /* @{ */ + + /** + * Call this function after + * initialize() in order to + * guess the update flags + * needed. + * + * In most cases, this sets all + * the update flags required + * for computations. If more + * are needed, call one of the + * functions below to add more + * update flags. + */ void initialize_update_flags(); /**