Reference documentation for deal.II version 8.5.1
TimeStepping::ImplicitRungeKutta< VectorType > Member List

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

aTimeStepping::RungeKutta< VectorType >protected
bTimeStepping::RungeKutta< VectorType >protected
cTimeStepping::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) constTimeStepping::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() constTimeStepping::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_itTimeStepping::ImplicitRungeKutta< VectorType >private
n_stagesTimeStepping::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_combiTimeStepping::ImplicitRungeKutta< VectorType >private
statusTimeStepping::ImplicitRungeKutta< VectorType >private
toleranceTimeStepping::ImplicitRungeKutta< VectorType >private
~RungeKutta()TimeStepping::RungeKutta< VectorType >inlinevirtual
~TimeStepping()TimeStepping::TimeStepping< VectorType >inlinevirtual