3 #ifndef DUNE_Pk1DLOCALINTERPOLATION_HH 4 #define DUNE_Pk1DLOCALINTERPOLATION_HH 20 static const int kdiv = (k == 0 ? 1 : k);
24 template<
typename F,
typename C>
27 typename LB::Traits::DomainType x;
28 typename LB::Traits::RangeType y;
29 typedef typename LB::Traits::DomainFieldType D;
31 #if DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 34 for (
int i=0; i<N; i++)
36 x[0] = ((D)i)/((D)kdiv);
void interpolate(const F &f, std::vector< C > &out) const
Definition: pk1dlocalinterpolation.hh:25
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
Definition: pk1dlocalinterpolation.hh:11