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. | |
ThisType & | operator= (const ThisType &other) |
Assignment operator. | |
DofType & | operator* () |
return dof | |
const DofType & | operator* () const |
return dof read only | |
ThisType & | operator++ () |
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 >
class Dune::Fem::CombinedDiscreteFunctionDofIterator< ContainedDiscreteFunctionImp, N >
Iterator over an array of dofs.
- Todo:
- Please doc me!
Member Function Documentation
◆ index()
|
inlineinherited |
The documentation for this class was generated from the following file:
- dune/fem/function/combinedfunction/combinedfunction.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)