#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 Func &func, Vector &vec) |
const Vector::value_type & | 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 Func & | func_ |
Vector & | vec_ |
Result | tmp_ |
template<class F, unsigned int dimension>
template<class Func, class Vector>
struct Dune::InterpolationHelper< F, dimension >::Helper< Func, Vector, true >
Member Typedef Documentation
template<class F , unsigned int dimension>
template<class Func , class Vector >
Constructor & Destructor Documentation
template<class F , unsigned int dimension>
template<class Func , class Vector >
Member Function Documentation
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class Fy >
void Dune::InterpolationHelper< F, dimension >::Helper< Func, Vector, true >::add |
( |
unsigned int |
row, |
|
|
unsigned int |
col, |
|
|
const Fy & |
val | |
|
) |
| | [inline] |
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class DomainVector >
template<class F , unsigned int dimension>
template<class Func , class Vector >
const Vector::value_type& Dune::InterpolationHelper< F, dimension >::Helper< Func, Vector, true >::operator() |
( |
unsigned int |
row, |
|
|
unsigned int |
col | |
|
) |
| | [inline] |
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class Fy >
void Dune::InterpolationHelper< F, dimension >::Helper< Func, Vector, true >::set |
( |
unsigned int |
row, |
|
|
unsigned int |
col, |
|
|
const Fy & |
val | |
|
) |
| | [inline] |
template<class F , unsigned int dimension>
template<class Func , class Vector >
Member Data Documentation
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class F , unsigned int dimension>
template<class Func , class Vector >
template<class F , unsigned int dimension>
template<class Func , class Vector >
The documentation for this struct was generated from the following file: