#include <dune/fem/space/combinedspace/interpolation.hh>
|
template<class T > |
FieldVector< T, thisDimRange > | operator() (const FieldVector< T, dimRange > &in) const |
|
template<class T , int j> |
FieldMatrix< T, thisDimRange, j > | operator() (const FieldMatrix< T, dimRange, j > &in) const |
|
|
template<class In , class Out > |
void | apply (const In &in, Out &out) const |
|
◆ apply()
template<class CombineOp , class ... Spaces>
template<int i>
template<class In , class Out >
◆ operator()() [1/2]
template<class CombineOp , class ... Spaces>
template<int i>
template<class T , int j>
FieldMatrix< T, thisDimRange, j > Dune::Fem::TupleSpaceInterpolation< CombineOp, Spaces >::ProductApply< i >::RangeConverter::operator() |
( |
const FieldMatrix< T, dimRange, j > & |
in | ) |
const |
|
inline |
◆ operator()() [2/2]
template<class CombineOp , class ... Spaces>
template<int i>
template<class T >
FieldVector< T, thisDimRange > Dune::Fem::TupleSpaceInterpolation< CombineOp, Spaces >::ProductApply< i >::RangeConverter::operator() |
( |
const FieldVector< T, dimRange > & |
in | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: