internal::MGDoFAccessor::Inheritance< celldim, dim, spacedim > Struct Template Reference

List of all members.

Public Types

typedef ::DoFAccessor< celldim,::DoFHandler
< dim, spacedim > > 
BaseClass

Detailed Description

template<int celldim, int dim, int spacedim>
struct internal::MGDoFAccessor::Inheritance< celldim, dim, spacedim >

This is a switch class which only declares a typedef. It is meant to determine which class aMGDoFAccessor class is to be derived from. By default, MGDoFAccessor<celldim,dim> derives from the typedef in the general MGDoFAccessor_Inheritance<celldim,dim> class, which is DoFAccessor<celldim,dim>, but if celldim==dim, then the specialization MGDoFAccessor_Inheritance<dim,dim> is used which declares its local type to be DoFCellAccessor<dim>. Therefore, the inheritance is automatically chosen to be from DoFCellAccessor if the object under consideration has full dimension, i.e. constitutes a cell.

Author:
Wolfgang Bangerth, 1999

Member Typedef Documentation

template<int celldim, int dim, int spacedim>
typedef ::DoFAccessor<celldim, ::DoFHandler<dim,spacedim> > internal::MGDoFAccessor::Inheritance< celldim, dim, spacedim >::BaseClass

Declaration of the typedef. See the full documentation for more information.


The documentation for this struct was generated from the following file:

deal.II documentation generated on Mon Nov 23 22:58:24 2009 by doxygen 1.6.1