Public Types

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

List of all members.

Public Types

typedef ::DoFCellAccessor
<::DoFHandler< dim, spacedim > > 
BaseClass

Detailed Description

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

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

Author:
Wolfgang Bangerth, 1999

Definition at line 85 of file mg_dof_accessor.h.


Member Typedef Documentation

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

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

Definition at line 92 of file mg_dof_accessor.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:14 by doxygen 1.7.2