Reference documentation for deal.II version 8.5.1
|
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(std_cxx11::function< VectorType(const double, const VectorType &)> f, double t, double delta_t, const VectorType &old_y, const VectorType &y, VectorType &tendency, VectorType &residual) const | TimeStepping::ImplicitRungeKutta< VectorType > | private |
compute_stages(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, std::vector< VectorType > &f_stages) | TimeStepping::ImplicitRungeKutta< 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::ImplicitRungeKutta< VectorType > | virtual |
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 |
get_status() const | TimeStepping::ImplicitRungeKutta< VectorType > | virtual |
ImplicitRungeKutta() | TimeStepping::ImplicitRungeKutta< VectorType > | inline |
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(std_cxx11::function< void(const VectorType &, VectorType &)> get_residual, std_cxx11::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() | TimeStepping::RungeKutta< VectorType > | inlinevirtual |
~TimeStepping() | TimeStepping::TimeStepping< VectorType > | inlinevirtual |