// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* maximum number of refinement
* in any branch of children of
* this object.
+ *
+ * For example, if this object is
+ * refined, and one of its children is
+ * refined exactly one more time, then
+ * <tt>max_refinement_depth</tt> should
+ * return 2.
+ *
+ * If this object is not refined (i.e. it
+ * is active), then the return value is
+ * zero.
*/
unsigned int max_refinement_depth () const;
* is rather the maximum number
* of refinement in any branch of
* children of this object.
+ *
+ * For example, if this object is
+ * refined, and one of its children is
+ * refined exactly one more time, then
+ * <tt>max_refinement_depth</tt> should
+ * return 2.
+ *
+ * If this object is not refined (i.e. it
+ * is active), then the return value is
+ * zero.
*/
unsigned int max_refinement_depth () const;
* is rather the maximum number
* of refinement in any branch of
* children of this object.
+ *
+ * For example, if this object is
+ * refined, and one of its children is
+ * refined exactly one more time, then
+ * <tt>max_refinement_depth</tt> should
+ * return 2.
+ *
+ * If this object is not refined (i.e. it
+ * is active), then the return value is
+ * zero.
*/
unsigned int max_refinement_depth () const;
* is rather the maximum number
* of refinement in any branch of
* children of this object.
+ *
+ * For example, if this object is
+ * refined, and one of its children is
+ * refined exactly one more time, then
+ * <tt>max_refinement_depth</tt> should
+ * return 2.
+ *
+ * If this object is not refined (i.e. it
+ * is active), then the return value is
+ * zero.
*/
unsigned int max_refinement_depth () const;