Reference documentation for deal.II version 9.0.0
|
This is the complete list of members for TimeStepping::RungeKutta< VectorType >, including all inherited members.
a | TimeStepping::RungeKutta< VectorType > | protected |
b | TimeStepping::RungeKutta< VectorType > | protected |
c | TimeStepping::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) | TimeStepping::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)=0 | TimeStepping::RungeKutta< VectorType > | pure virtual |
get_status() const =0 | TimeStepping::TimeStepping< VectorType > | pure virtual |
initialize(const runge_kutta_method method)=0 | TimeStepping::RungeKutta< VectorType > | pure virtual |
n_stages | TimeStepping::RungeKutta< VectorType > | protected |
~RungeKutta()=default | TimeStepping::RungeKutta< VectorType > | virtual |
~TimeStepping()=default | TimeStepping::TimeStepping< VectorType > | virtual |