Reference documentation for deal.II version 9.0.0
|
#include <deal.II/dofs/dof_accessor.h>
Public Types | |
typedef ::TriaAccessor< structdim, dim, spacedim > | BaseClass |
This is a switch class which only declares a typedef
. It is meant to determine which class a DoFAccessor class is to be derived from. By default, DoFAccessor<structdim,dim,spacedim>
derives from the typedef in the general Inheritance<structdim,dim,spacedim>
class, which is TriaAccessor<structdim,dim,spacedim>
, but if structdim==dim
, then the specialization Inheritance<dim,dim,spacedim>
is used which declares its local type to be CellAccessor<dim,spacedim>
. Therefore, the inheritance is automatically chosen to be from CellAccessor if the object under consideration has full dimension, i.e. constitutes a cell.
Definition at line 91 of file dof_accessor.h.
typedef ::TriaAccessor<structdim,dim,spacedim> internal::DoFAccessorImplementation::Inheritance< structdim, dim, spacedim >::BaseClass |
Declaration of the typedef
. See the full documentation for more information.
Definition at line 97 of file dof_accessor.h.