Reference documentation for deal.II version 8.5.1
|
This is the complete list of members for TimeStepping::ExplicitRungeKutta< VectorType >, including all inherited members.
a | TimeStepping::RungeKutta< VectorType > | protected |
b | TimeStepping::RungeKutta< VectorType > | protected |
c | TimeStepping::RungeKutta< VectorType > | protected |
compute_stages(std_cxx11::function< VectorType(const double, const VectorType &)> f, const double t, const double delta_t, const VectorType &y, std::vector< VectorType > &f_stages) const | TimeStepping::ExplicitRungeKutta< VectorType > | private |
evolve_one_time_step(std_cxx11::function< VectorType(const double, const VectorType &)> f, std_cxx11::function< VectorType(const double, const double, const VectorType &)> id_minus_tau_J_inverse, double t, double delta_t, VectorType &y) | TimeStepping::ExplicitRungeKutta< VectorType > | virtual |
evolve_one_time_step(std_cxx11::function< VectorType(const double, const VectorType &)> f, double t, double delta_t, VectorType &y) | TimeStepping::ExplicitRungeKutta< VectorType > | |
TimeStepping::RungeKutta::evolve_one_time_step(std::vector< std_cxx11::function< VectorType(const double, const VectorType &)> > &F, std::vector< std_cxx11::function< VectorType(const double, const double, const VectorType &)> > &J_inverse, double t, double delta_t, VectorType &y) | TimeStepping::RungeKutta< VectorType > | virtual |
ExplicitRungeKutta() | TimeStepping::ExplicitRungeKutta< VectorType > | inline |
ExplicitRungeKutta(const runge_kutta_method method) | TimeStepping::ExplicitRungeKutta< VectorType > | |
get_status() const | TimeStepping::ExplicitRungeKutta< VectorType > | virtual |
initialize(const runge_kutta_method method) | TimeStepping::ExplicitRungeKutta< VectorType > | virtual |
n_stages | TimeStepping::RungeKutta< VectorType > | protected |
status | TimeStepping::ExplicitRungeKutta< VectorType > | private |
~RungeKutta() | TimeStepping::RungeKutta< VectorType > | inlinevirtual |
~TimeStepping() | TimeStepping::TimeStepping< VectorType > | inlinevirtual |