Reference documentation for deal.II version 9.3.3
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Member Functions | Private Attributes | List of all members
FEValuesBase< dim, spacedim >::CellIterator< CI > Class Template Reference
Inheritance diagram for FEValuesBase< dim, spacedim >::CellIterator< CI >:
[legend]

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.

Definition at line 2640 of file fe_values.cc.

Constructor & Destructor Documentation

◆ CellIterator()

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 2760 of file fe_values.cc.

Member Function Documentation

◆ operator typename Triangulation< dim, spacedim >::cell_iterator()

template<int dim, int spacedim>
template<typename CI >
FEValuesBase< dim, spacedim >::CellIterator< CI >::operator typename Triangulation< dim, spacedim >::cell_iterator
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.

Implements FEValuesBase< dim, spacedim >::CellIteratorBase.

Definition at line 2768 of file fe_values.cc.

◆ n_dofs_for_dof_handler()

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

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

Implements FEValuesBase< dim, spacedim >::CellIteratorBase.

Definition at line 2779 of file fe_values.cc.

◆ get_interpolated_dof_values()

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.

Implements FEValuesBase< dim, spacedim >::CellIteratorBase.

Definition at line 2793 of file fe_values.cc.

Member Data Documentation

◆ cell

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 2679 of file fe_values.cc.


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