Class template Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor¶
-
template<class Implementation, class DomainType>
class Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor<Implementation, DomainType>¶ Can be used by wrappers of local finite elements from dune-localfunctions to obtain lagrange points, if those exist.
Most likely, you do not want to use this class directly.
Method Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::get¶
-
template<class Implementation, class DomainType>
static int Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor<Implementation, DomainType>::get(const Implementation &imp)¶ No documentation provided.
Variable Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::has_lagrange_points¶
-
const bool Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::has_lagrange_points¶
No documentation provided.
Class template Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints¶
-
template<>
class Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints<T_local>¶ No documentation provided.
Variable Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints::value¶
-
const bool Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints::value¶
No documentation provided.
Function template Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints::helper¶
-
template<class TT_local>
static std::true_type Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints<T_local>::helper(decltype(&TT_local::lagrangePoints))¶ No documentation provided.
Function template Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints::helper¶
-
template<class>
static std::false_type Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::DXTC_has_method_helper_lagrangePoints<T_local>::helper(...)¶ No documentation provided.
Class template Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper¶
-
template<bool available = has_lagrange_points, bool anything = true>
class Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper<available, anything>¶ No documentation provided.
Method Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper::get¶
-
template<bool available = has_lagrange_points, bool anything = true>
static int Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper<available, anything>::get(const Implementation&)¶ No documentation provided.
Class template Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper¶
-
template<bool anything>
class Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper<true, anything>¶ No documentation provided.
Method Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper::get¶
-
template<bool anything>
static int Dune::GDT::internal::LocalFiniteElementInterpolationLagrangepointsAccessor::lagrangian_helper<true, anything>::get(const Implementation &imp)¶ No documentation provided.