Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
TimeStepping::LowStorageRungeKutta< VectorType > Member List

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

aTimeStepping::RungeKutta< VectorType >protected
bTimeStepping::RungeKutta< VectorType >protected
cTimeStepping::RungeKutta< VectorType >protected
compute_one_stage(const std::function< VectorType(const double, const VectorType &)> &f, const double t, const double factor_solution, const double factor_ai, const VectorType &corrent_ri, VectorType &vec_ki, VectorType &solution, VectorType &next_ri) constTimeStepping::LowStorageRungeKutta< 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) overrideTimeStepping::LowStorageRungeKutta< VectorType >virtual
evolve_one_time_step(const std::function< VectorType(const double, const VectorType &)> &f, double t, double delta_t, VectorType &solution, VectorType &vec_ri, VectorType &vec_ki)TimeStepping::LowStorageRungeKutta< VectorType >
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) overrideTimeStepping::RungeKutta< VectorType >virtual
get_coefficients(std::vector< double > &a, std::vector< double > &b, std::vector< double > &c) constTimeStepping::LowStorageRungeKutta< VectorType >
get_status() const overrideTimeStepping::LowStorageRungeKutta< VectorType >virtual
initialize(const runge_kutta_method method) overrideTimeStepping::LowStorageRungeKutta< VectorType >virtual
LowStorageRungeKutta()=defaultTimeStepping::LowStorageRungeKutta< VectorType >
LowStorageRungeKutta(const runge_kutta_method method)TimeStepping::LowStorageRungeKutta< VectorType >
n_stagesTimeStepping::RungeKutta< VectorType >protected
statusTimeStepping::LowStorageRungeKutta< VectorType >private
~RungeKutta() override=defaultTimeStepping::RungeKutta< VectorType >virtual
~TimeStepping()=defaultTimeStepping::TimeStepping< VectorType >virtual