Types in Dune::GDT

enum Dune::GDT::SpaceType

Enumerates the discrete function space types supported by dune-gdt.

enumerator Dune::GDT::SpaceType::continuous_flattop
enumerator Dune::GDT::SpaceType::continuous_lagrange
enumerator Dune::GDT::SpaceType::discontinuous_lagrange
enumerator Dune::GDT::SpaceType::finite_volume
enumerator Dune::GDT::SpaceType::finite_volume_skeleton
enumerator Dune::GDT::SpaceType::raviart_thomas
enum Dune::GDT::Stencil

Enumerates the sparsity stencil types used to build matrix patterns.

enumerator Dune::GDT::Stencil::element
enumerator Dune::GDT::Stencil::intersection
enumerator Dune::GDT::Stencil::element_and_intersection
enumerator Dune::GDT::Stencil::automatic
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