Reference documentation for deal.II version 9.1.0-pre
TimeStepping::RungeKutta< VectorType > Member List

This is the complete list of members for TimeStepping::RungeKutta< VectorType >, including all inherited members.

aTimeStepping::RungeKutta< VectorType >protected
bTimeStepping::RungeKutta< VectorType >protected
cTimeStepping::RungeKutta< VectorType >protected
evolve_one_time_step(std::vector< std::function< VectorType(const double, const VectorType &)>> &F, std::vector< std::function< VectorType(const double, const double, const VectorType &)>> &J_inverse, double t, double delta_t, VectorType &y) overrideTimeStepping::RungeKutta< VectorType >virtual
evolve_one_time_step(const std::function< VectorType(const double, const VectorType &)> &f, const std::function< VectorType(const double, const double, const VectorType &)> &id_minus_tau_J_inverse, double t, double delta_t, VectorType &y)=0TimeStepping::RungeKutta< VectorType >pure virtual
get_status() const =0TimeStepping::TimeStepping< VectorType >pure virtual
initialize(const runge_kutta_method method)=0TimeStepping::RungeKutta< VectorType >pure virtual
n_stagesTimeStepping::RungeKutta< VectorType >protected
~RungeKutta() override=defaultTimeStepping::RungeKutta< VectorType >virtual
~TimeStepping()=defaultTimeStepping::TimeStepping< VectorType >virtual