3 #ifndef DUNE_RANNACHER_TUREK_LOCALINTERPOLATION_HH 4 #define DUNE_RANNACHER_TUREK_LOCALINTERPOLATION_HH 9 #include <dune/common/fvector.hh> 11 #include <dune/geometry/referenceelements.hh> 25 template<
class D,
class R,
unsigned int d >
29 R, 1, FieldVector< R, 1 >,
30 FieldMatrix< R, 1, d > >
Traits;
33 template<
class F,
class C >
40 auto referenceElement = ReferenceElements< D, d >::cube();
43 assert( size == referenceElement.size( 1 ) );
49 for(
int i = 0; i < size; ++i )
51 const DomainType &x = referenceElement.position( i, 1 );
62 #endif // #ifndef DUNE_RANNACHER_TUREK_LOCALINTERPOLATION_HH R RangeType
range type
Definition: localbasis.hh:55
Type traits for LocalBasisVirtualInterface.
Definition: localbasis.hh:31
D DomainType
domain type
Definition: localbasis.hh:43
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
void interpolate(const F &f, std::vector< C > &out) const
Definition: rannachertureklocalinterpolation.hh:34
please doc me
Definition: rannachertureklocalinterpolation.hh:26