Function Dune::GDT::make_bilinear_form

Function template Dune::GDT::make_bilinear_form

template<class GridViewType>
auto Dune::GDT::make_bilinear_form(const GridViewType &grid_view, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

Creates a scalar BilinearForm on a grid view (all source and range dimensions equal to one).

Function template Dune::GDT::make_bilinear_form

template<int s_r, int s_rC, int r_r, int r_rC, class GridViewType>
auto Dune::GDT::make_bilinear_form(const GridViewType &grid_view, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

Creates a BilinearForm on a grid view with the source and range dimensions specified manually.