Reference documentation for deal.II version 9.3.3
|
Public Member Functions | |
virtual | ~CellIteratorBase ()=default |
virtual | operator typename Triangulation< dim, spacedim >::cell_iterator () const =0 |
virtual types::global_dof_index | n_dofs_for_dof_handler () const =0 |
virtual void | get_interpolated_dof_values (const IndexSet &in, Vector< IndexSet::value_type > &out) const =0 |
Definition at line 2595 of file fe_values.cc.
|
virtualdefault |
Destructor. Made virtual since we store only pointers to the base class.
|
pure virtual |
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.
Implemented in FEValuesBase< dim, spacedim >::CellIterator< CI >, and FEValuesBase< dim, spacedim >::TriaCellIterator.
|
pure virtual |
Return the number of degrees of freedom the DoF handler object has to which the iterator belongs to.
Implemented in FEValuesBase< dim, spacedim >::CellIterator< CI >, and FEValuesBase< dim, spacedim >::TriaCellIterator.
|
pure virtual |
Call get_interpolated_dof_values
of the iterator with the given arguments.
Implemented in FEValuesBase< dim, spacedim >::CellIterator< CI >, and FEValuesBase< dim, spacedim >::TriaCellIterator.