Function Dune::GDT::make_continuous_lagrange_space

Function template Dune::GDT::make_continuous_lagrange_space

template<class GV, class R = double>
ContinuousLagrangeSpace<GV, 1, R> Dune::GDT::make_continuous_lagrange_space(GV grid_view, const int order)

See also: ContinuousLagrangeSpace

Function template Dune::GDT::make_continuous_lagrange_space

template<int r, class GV, class R = double>
ContinuousLagrangeSpace<GV, r, R> Dune::GDT::make_continuous_lagrange_space(GV grid_view, const int order)

See also: ContinuousLagrangeSpace