unsigned int
n_children() const;
- /**
- * @deprecated Use n_active_descendants() instead.
- */
- DEAL_II_DEPRECATED
- unsigned int
- number_of_children() const;
-
/**
* Compute and return the number of active descendants of this objects. For
* example, if all of the eight children of a hex are further refined
static unsigned int
n_active_descendants();
- /**
- * @deprecated Use n_active_descendants() instead.
- */
- DEAL_II_DEPRECATED
- static unsigned int
- number_of_children();
-
-
/**
* Return the number of times that this object is refined. Always 0.
*/
static unsigned int
n_active_descendants();
- /**
- * @deprecated Use n_active_descendants() instead.
- */
- DEAL_II_DEPRECATED
- static unsigned int
- number_of_children();
-
-
/**
* Return the number of times that this object is refined. Always 0.
*/
-template <int structdim, int dim, int spacedim>
-unsigned int
-TriaAccessor<structdim, dim, spacedim>::number_of_children() const
-{
- return n_active_descendants();
-}
-
-
-
template <int structdim, int dim, int spacedim>
unsigned int
TriaAccessor<structdim, dim, spacedim>::n_active_descendants() const
-template <int dim, int spacedim>
-inline unsigned int
-TriaAccessor<0, dim, spacedim>::number_of_children()
-{
- return 0;
-}
-
-
-
template <int dim, int spacedim>
inline unsigned int
TriaAccessor<0, dim, spacedim>::n_active_descendants()
-template <int spacedim>
-inline unsigned int
-TriaAccessor<0, 1, spacedim>::number_of_children()
-{
- return 0;
-}
-
-
-
template <int spacedim>
inline unsigned int
TriaAccessor<0, 1, spacedim>::n_active_descendants()