From: bangerth Date: Sat, 23 Apr 2011 01:15:04 +0000 (+0000) Subject: Add a section on the material_id. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66887d7c1f6fcc4a20b5354c3ada8266efe5ae8;p=dealii-svn.git Add a section on the material_id. git-svn-id: https://svn.dealii.org/trunk@23631 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 296965ee6c..541326ab9f 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -659,6 +659,16 @@ Article{BK07, * @ref GlossSupport "support points". * * + *
@anchor GlossMaterialId Material id
+ *
Each cell of a triangulation has associated with it a property called + * "material id". It is commonly used in problems with heterogenous + * coefficients to identify which part of the domain a cell is in and, + * consequently, which value the coefficient should have on this particular + * cell. The material id is inherited from mother to child cell upon mesh + * refinement. + *
+ * + * *
@anchor mg_paper %Multigrid paper
*
The "multigrid paper" is a paper by B. Janssen and G. Kanschat, titled * "Adaptive multilevel methods with local smoothing", that