dune-localfunctions 2.9.0
|
This is the complete list of members for Dune::LocalLagrangeInterpolation< LP, dim, F >, including all inherited members.
dimension | Dune::LocalLagrangeInterpolation< LP, dim, F > | static |
Field typedef | Dune::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() const | Dune::LocalLagrangeInterpolation< LP, dim, F > | inline |
LagrangePointSet typedef | Dune::LocalLagrangeInterpolation< LP, dim, F > |