Class template Dune::GDT::Data::BurgersProblem¶
-
template<class G>
class Dune::GDT::Data::BurgersProblem<G>¶ Problem data for the Burgers equation partial_t u + partial_x (u^2 / 2) = 0.
gtest-free problem definition shared by the tests in dune/gdt/test/burgers/ and the benchmarks in benchmarks/.
Method Dune::GDT::Data::BurgersProblem::make_initial_grid¶
-
template<class G>
XT::Grid::GridProvider<G> Dune::GDT::Data::BurgersProblem<G>::make_initial_grid() const¶ No documentation provided.
Constructor Dune::GDT::Data::BurgersProblem::BurgersProblem<G>¶
Field Dune::GDT::Data::BurgersProblem::flux¶
-
const int Dune::GDT::Data::BurgersProblem::flux¶
No documentation provided.
Field Dune::GDT::Data::BurgersProblem::T_end¶
-
const double Dune::GDT::Data::BurgersProblem::T_end¶
No documentation provided.
Variable Dune::GDT::Data::BurgersProblem::d¶
-
const int Dune::GDT::Data::BurgersProblem::d¶
No documentation provided.
Function template Dune::GDT::Data::BurgersProblem::make_initial_values¶
-
template<class G>
template<class Vector, class GV>
int Dune::GDT::Data::BurgersProblem<G>::make_initial_values(const int &space) const¶ No documentation provided.