Home
last modified time | relevance | path

Searched defs:FatherWrapper (Results 1 – 1 of 1) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/localfiniteelement/
H A Dlocalrestrictprolong.hh20 struct FatherWrapper struct
22 typedef std::remove_reference_t< LF > LocalFunctionType;
24 struct Traits
29 typedef typename LocalFunctionType::EntityType EntityType;
31 typedef typename LocalFunctionType::DomainType DomainType;
32 typedef typename LocalFunctionType::RangeType RangeType;
36 FatherWrapper ( const LocalGeometryType &localGeo, const LocalFunctionType &lfFather) in FatherWrapper() function
39 void evaluate ( const Point &x, RangeType &y ) const in evaluate()
53 const unsigned int order () const { return lfFather_.order(); } in order()
56 const LocalGeometryType &localGeo_;
[all …]