Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Private Attributes | List of all members
FEValuesBase< dim, spacedim >::CellIterator< CI > Class Template Reference

#include <deal.II/fe/fe_values.h>

Inherits FEValuesBase< dim, spacedim >::CellIteratorBase.

Public Member Functions

 CellIterator (const CI &cell)
 
virtual operator typename Triangulation< dim, spacedim >::cell_iterator () const override
 
virtual types::global_dof_index n_dofs_for_dof_handler () const override
 
virtual void get_interpolated_dof_values (const IndexSet &in, Vector< IndexSet::value_type > &out) const override
 

Private Attributes

const CI cell
 

Detailed Description

template<int dim, int spacedim>
template<typename CI>
class FEValuesBase< dim, spacedim >::CellIterator< CI >

Forward declaration of classes derived from CellIteratorBase. Their definition and implementation is given in the .cc file.

Implementation of derived classes of the CellIteratorBase interface. See there for a description of the use of these classes.

Author
Wolfgang Bangerth, 2003

Definition at line 3261 of file fe_values.h.

Constructor & Destructor Documentation

template<int dim, int spacedim>
template<typename CI >
FEValuesBase< dim, spacedim >::CellIterator< CI >::CellIterator ( const CI &  cell)

Constructor. Take an iterator and store it in this class.

Definition at line 2891 of file fe_values.cc.

Member Function Documentation

template<int dim, int spacedim>
template<typename CI >
FEValuesBase< dim, spacedim >::CellIterator< CI >::operator typename Triangulation< dim, spacedim >::cell_iterator ( ) const
overridevirtual

Conversion operator to an iterator for triangulations. This conversion is implicit for the original iterators, since they are derived classes. However, since here we have kind of a parallel class hierarchy, we have to have a conversion operator.

Definition at line 2900 of file fe_values.cc.

template<int dim, int spacedim>
template<typename CI >
types::global_dof_index FEValuesBase< dim, spacedim >::CellIterator< CI >::n_dofs_for_dof_handler ( ) const
overridevirtual

Return the number of degrees of freedom the DoF handler object has to which the iterator belongs to.

Definition at line 2910 of file fe_values.cc.

template<int dim, int spacedim>
template<typename CI >
void FEValuesBase< dim, spacedim >::CellIterator< CI >::get_interpolated_dof_values ( const IndexSet in,
Vector< IndexSet::value_type > &  out 
) const
overridevirtual

Call get_interpolated_dof_values of the iterator with the given arguments.

Definition at line 2924 of file fe_values.cc.

Member Data Documentation

template<int dim, int spacedim>
template<typename CI >
const CI FEValuesBase< dim, spacedim >::CellIterator< CI >::cell
private

Copy of the iterator which we use in this object.

Definition at line 2808 of file fe_values.cc.


The documentation for this class was generated from the following files: