From: kanschat Date: Thu, 2 Feb 2012 19:52:31 +0000 (+0000) Subject: Add clarification X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90b0016b3a71ba9ca3bf996013d34e9aa24c897;p=dealii-svn.git Add clarification git-svn-id: https://svn.dealii.org/trunk@24979 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/meshworker/simple.h b/deal.II/include/deal.II/meshworker/simple.h index 3cb08550f3..56f90d1010 100644 --- a/deal.II/include/deal.II/meshworker/simple.h +++ b/deal.II/include/deal.II/meshworker/simple.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011 by the deal.II authors +// Copyright (C) 2010, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -77,6 +77,12 @@ namespace MeshWorker /** * Assemble the local residuals * into the global residuals. + * + * Values are added to the + * previous contents. If + * constraints are active, + * ConstraintMatrix::distribute_local_to_global() + * is used. */ template void assemble(const DOFINFO& info);