DUNE-FEM (unstable)

Dune::Fem::CombinedDiscreteFunctionDofIterator< ContainedDiscreteFunctionImp, N > Class Template Reference

Iterator over an array of dofs. More...

#include <dune/fem/function/combinedfunction/combinedfunction.hh>

Public Types

typedef CombinedDiscreteFunctionDofIterator< ContainedDiscreteFunctionImp, N > DofIteratorType
 type of the implementation (Barton-Nackman)
 

Public Member Functions

 CombinedDiscreteFunctionDofIterator (bool end, const DiscreteFunctionType &df)
 End constructor.
 
 CombinedDiscreteFunctionDofIterator (const DiscreteFunctionType &df)
 Constructor (const)
 
 CombinedDiscreteFunctionDofIterator (bool end, DiscreteFunctionType &df)
 End constructor.
 
 CombinedDiscreteFunctionDofIterator (DiscreteFunctionType &df)
 Constructor.
 
 CombinedDiscreteFunctionDofIterator (const ThisType &other)
 Copy Constructor.
 
ThisTypeoperator= (const ThisType &other)
 Assignment operator.
 
DofType & operator* ()
 return dof
 
const DofType & operator* () const
 return dof read only
 
ThisTypeoperator++ ()
 go to next dof
 
bool operator== (const ThisType &I) const
 compare
 
bool operator!= (const ThisType &I) const
 compare
 
int index () const
 

Detailed Description

template<class ContainedDiscreteFunctionImp, int N>
class Dune::Fem::CombinedDiscreteFunctionDofIterator< ContainedDiscreteFunctionImp, N >

Iterator over an array of dofs.

Todo:
Please doc me!

Member Function Documentation

◆ index()

int Dune::Fem::DofIteratorDefault< ContainedDiscreteFunctionImp::DofType , CombinedDiscreteFunctionDofIterator< ContainedDiscreteFunctionImp, N > >::index ( ) const
inlineinherited


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 24, 22:29, 2024)