Home
last modified time | relevance | path

Searched refs:codegenShapeFunctionSet (Results 1 – 6 of 6) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Ddefault.hh63 …static constexpr bool codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< ShapeFunctionSe… member in Dune::Fem::DefaultBasisFunctionSet
250 …if constexpr ( codegenShapeFunctionSet && std::is_base_of< CachingInterface, QuadratureType > :: v… in evaluateAll()
302 …if constexpr ( codegenShapeFunctionSet && std::is_base_of< CachingInterface, QuadratureType > :: v… in jacobianAll()
423 …if constexpr ( codegenShapeFunctionSet && std::is_base_of< CachingInterface, QuadratureType > :: v… in axpyImpl()
455 …if constexpr ( codegenShapeFunctionSet && std::is_base_of< CachingInterface, QuadratureType > :: v… in axpyImpl()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/common/
H A Dutility.hh200 …struct CheckCodegenSFS<T, decltype((void) T::codegenShapeFunctionSet, 0)> : public std::true_type …
206 struct SelectValue< T, true > { static const bool value = T::codegenShapeFunctionSet; };
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/discontinuousgalerkin/
H A Dshapefunctionsets.hh219 …static constexpr bool codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< CachedShapeFunc… member in Dune::Fem::SelectCachingShapeFunctionSets
275 …static constexpr bool codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< Implementation … member in Dune::Fem::VectorialShapeFunctionSets
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/shapefunctionset/
H A Dselectcaching.hh68 static constexpr bool codegenShapeFunctionSet = true ; member in Dune::Fem::SelectCachingShapeFunctionSet
H A Dproxy.hh44 …static constexpr bool codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< ImplementationT… member in Dune::Fem::ShapeFunctionSetProxy
H A Dvectorial.hh455 …static constexpr bool codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< ScalarShapeFunc… member in Dune::Fem::VectorialShapeFunctionSet