Function Dune::GDT::make_bilinear_form¶
-
template<class GridViewType>
auto Dune::GDT::make_bilinear_form(const GridViewType &grid_view, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ Creates a scalar BilinearForm on a grid view (all source and range dimensions equal to one).
-
template<size_t s_r, size_t s_rC, size_t r_r, size_t r_rC, class GridViewType>
auto Dune::GDT::make_bilinear_form(const GridViewType &grid_view, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ Creates a BilinearForm on a grid view with the source and range dimensions specified manually.