Reference documentation for deal.II version 8.5.1
Public Types | List of all members
internal::DoFAccessor::Inheritance< dim, dim, spacedim > Struct Template Reference

#include <deal.II/dofs/dof_accessor.h>

Public Types

typedef ::CellAccessor< dim, spacedim > BaseClass
 

Detailed Description

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

This is the specialization of the general template used for the case where an object has full dimension, i.e. is a cell. See the general template for more details.

Definition at line 107 of file dof_accessor.h.

Member Typedef Documentation

template<int dim, int spacedim>
typedef ::CellAccessor<dim,spacedim> internal::DoFAccessor::Inheritance< dim, dim, spacedim >::BaseClass

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

Definition at line 113 of file dof_accessor.h.


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