Function Dune::GDT::H1Product¶
-
template<class GridViewType>
auto Dune::GDT::H1Product(const GridViewType &grid_view, int)¶ Creates the H1 bilinear form for scalar functions using separate L2 and H1 semi weights.
-
template<size_t r, class GridViewType>
auto Dune::GDT::H1Product(const GridViewType &grid_view, int, int, int)¶ Creates the H1 bilinear form for vector-valued functions using separate L2 and H1 semi weights.
-
template<size_t r, class GridViewType>
int Dune::GDT::H1Product(const GridViewType &grid_view, int)¶ Creates the (optionally weighted) H1 bilinear form for vector-valued functions whose range dimension differs from the grid dimension.
-
template<size_t r, class GridViewType>
int Dune::GDT::H1Product(const GridViewType &grid_view, int, int, int)¶ Creates the (optionally weighted) H1 bilinear form for vector-valued functions whose range dimension equals the grid dimension.