Searched defs:FatherWrapper (Results 1 – 1 of 1) sorted by relevance
20 struct FatherWrapper struct22 typedef std::remove_reference_t< LF > LocalFunctionType;24 struct Traits29 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() function39 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 …]