Reference documentation for deal.II version 9.0.0
|
This is the complete list of members for TimeStepping::ImplicitRungeKutta< VectorType >, including all inherited members.
a | TimeStepping::RungeKutta< VectorType > | protected |
b | TimeStepping::RungeKutta< VectorType > | protected |
c | TimeStepping::RungeKutta< VectorType > | protected |
compute_residual(const std::function< VectorType(const double, const VectorType &)> &f, double t, double delta_t, const VectorType &new_y, const VectorType &y, VectorType &tendency, VectorType &residual) const | TimeStepping::ImplicitRungeKutta< VectorType > | private |
compute_stages(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, std::vector< VectorType > &f_stages) | TimeStepping::ImplicitRungeKutta< VectorType > | private |
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) | TimeStepping::ImplicitRungeKutta< VectorType > | virtual |
TimeStepping::RungeKutta::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 |
get_status() const | TimeStepping::ImplicitRungeKutta< VectorType > | virtual |
ImplicitRungeKutta()=default | TimeStepping::ImplicitRungeKutta< VectorType > | |
ImplicitRungeKutta(const runge_kutta_method method, const unsigned int max_it=100, const double tolerance=1e-6) | TimeStepping::ImplicitRungeKutta< VectorType > | |
initialize(const runge_kutta_method method) | TimeStepping::ImplicitRungeKutta< VectorType > | virtual |
max_it | TimeStepping::ImplicitRungeKutta< VectorType > | private |
n_stages | TimeStepping::RungeKutta< VectorType > | protected |
newton_solve(const std::function< void(const VectorType &, VectorType &)> &get_residual, const std::function< VectorType(const VectorType &)> &id_minus_tau_J_inverse, VectorType &y) | TimeStepping::ImplicitRungeKutta< VectorType > | private |
set_newton_solver_parameters(const unsigned int max_it, const double tolerance) | TimeStepping::ImplicitRungeKutta< VectorType > | |
skip_linear_combi | TimeStepping::ImplicitRungeKutta< VectorType > | private |
status | TimeStepping::ImplicitRungeKutta< VectorType > | private |
tolerance | TimeStepping::ImplicitRungeKutta< VectorType > | private |
~RungeKutta()=default | TimeStepping::RungeKutta< VectorType > | virtual |
~TimeStepping()=default | TimeStepping::TimeStepping< VectorType > | virtual |