dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::TupleSpaceInterpolation< CombineOp, Spaces >::ProductApply< i >::RangeConverter Struct Reference

#include <dune/fem/space/combinedspace/interpolation.hh>

Public Member Functions

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
 

Protected Member Functions

template<class In , class Out >
void apply (const In &in, Out &out) const
 

Member Function Documentation

◆ apply()

template<class CombineOp , class ... Spaces>
template<int i>
template<class In , class Out >
void Dune::Fem::TupleSpaceInterpolation< CombineOp, Spaces >::ProductApply< i >::RangeConverter::apply ( const In &  in,
Out &  out 
) const
inlineprotected

◆ 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: