dune-localfunctions  2.8.0
Dune::LocalLagrangeInterpolation< LP, dim, F > Member List

This is the complete list of members for Dune::LocalLagrangeInterpolation< LP, dim, F >, including all inherited members.

dimensionDune::LocalLagrangeInterpolation< LP, dim, F >static
Field typedefDune::LocalLagrangeInterpolation< LP, dim, F >
interpolate(const Fn &fn, Vector &coefficients) const -> std::enable_if_t< std::is_same< decltype(std::declval< Vector >().resize(1)), void >::value, void >Dune::LocalLagrangeInterpolation< LP, dim, F >inline
interpolate(const Basis &basis, Matrix &coefficients) const -> std::enable_if_t< std::is_same< decltype(std::declval< Matrix >().rowPtr(0)), typename Matrix::Field * >::value, void >Dune::LocalLagrangeInterpolation< LP, dim, F >inline
lagrangePoints() constDune::LocalLagrangeInterpolation< LP, dim, F >inline
LagrangePointSet typedefDune::LocalLagrangeInterpolation< LP, dim, F >