Types in Dune::GDT¶
-
enum Dune::GDT::SpaceType¶
Enumerates the discrete function space types supported by dune-gdt.
-
enum Dune::GDT::Stencil¶
Enumerates the sparsity stencil types used to build matrix patterns.
-
enum Dune::GDT::TimeStepperMethods¶
Identifiers for the available time stepping methods.
-
enumerator Dune::GDT::TimeStepperMethods::bogacki_shampine¶
-
enumerator Dune::GDT::TimeStepperMethods::dormand_prince¶
-
enumerator Dune::GDT::TimeStepperMethods::adaptive_rungekutta_other¶
-
enumerator Dune::GDT::TimeStepperMethods::explicit_euler¶
-
enumerator Dune::GDT::TimeStepperMethods::explicit_rungekutta_second_order_ssp¶
-
enumerator Dune::GDT::TimeStepperMethods::explicit_rungekutta_third_order_ssp¶
-
enumerator Dune::GDT::TimeStepperMethods::explicit_rungekutta_classic_fourth_order¶
-
enumerator Dune::GDT::TimeStepperMethods::explicit_rungekutta_other¶
-
enumerator Dune::GDT::TimeStepperMethods::implicit_euler¶
-
enumerator Dune::GDT::TimeStepperMethods::implicit_midpoint¶
-
enumerator Dune::GDT::TimeStepperMethods::trapezoidal_rule¶
-
enumerator Dune::GDT::TimeStepperMethods::diagonally_implicit_other¶
-
enum Dune::GDT::TimeStepperSplittingMethods¶
Identifiers for the available operator splitting methods.
-
enumerator Dune::GDT::TimeStepperSplittingMethods::fractional_step¶
-
enumerator Dune::GDT::TimeStepperSplittingMethods::strang¶