Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false > Struct Template Reference
#include <dune/localfunctions/utility/interpolationhelper.hh>
List of all members.
Public Types |
typedef std::vector
< Dune::FieldVector< F, d > > | Result |
Public Member Functions |
| Helper (const Basis &basis, Matrix &matrix) |
const F & | operator() (unsigned int row, unsigned int col) const |
F & | operator() (unsigned int row, unsigned int col) |
template<class Fy > |
void | set (unsigned int row, unsigned int col, const Fy &val) |
template<class Fy > |
void | add (unsigned int row, unsigned int col, const Fy &val) |
template<class DomainVector > |
const Result & | evaluate (const DomainVector &x) const |
unsigned int | size () const |
Public Attributes |
const Basis & | basis_ |
Matrix & | matrix_ |
Result | tmp_ |
template<class F, unsigned int dimension>
template<class Basis, class Matrix>
struct Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false >
Member Typedef Documentation
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
Constructor & Destructor Documentation
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false >::Helper |
( |
const Basis & |
basis, |
|
|
Matrix & |
matrix | |
|
) |
| | [inline] |
Member Function Documentation
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
template<class Fy >
void Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false >::add |
( |
unsigned int |
row, |
|
|
unsigned int |
col, |
|
|
const Fy & |
val | |
|
) |
| | [inline] |
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
template<class DomainVector >
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
F& Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false >::operator() |
( |
unsigned int |
row, |
|
|
unsigned int |
col | |
|
) |
| | [inline] |
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
const F& Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false >::operator() |
( |
unsigned int |
row, |
|
|
unsigned int |
col | |
|
) |
| | const [inline] |
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
template<class Fy >
void Dune::InterpolationHelper< F, dimension >::Helper< Basis, Matrix, false >::set |
( |
unsigned int |
row, |
|
|
unsigned int |
col, |
|
|
const Fy & |
val | |
|
) |
| | [inline] |
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
Member Data Documentation
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
template<class F , unsigned int dimension>
template<class Basis , class Matrix >
The documentation for this struct was generated from the following file: