Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+00:00
\(\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::ExplicitRungeKutta< VectorType > Member List

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

aTimeStepping::RungeKutta< VectorType >protected
bTimeStepping::RungeKutta< VectorType >protected
cTimeStepping::RungeKutta< VectorType >protected
compute_stages(const std::function< VectorType(const double, const VectorType &)> &f, const double t, const double delta_t, const VectorType &y, std::vector< VectorType > &f_stages) constTimeStepping::ExplicitRungeKutta< 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::ExplicitRungeKutta< VectorType >virtual
evolve_one_time_step(const std::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::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
ExplicitRungeKutta()=defaultTimeStepping::ExplicitRungeKutta< VectorType >
ExplicitRungeKutta(const runge_kutta_method method)TimeStepping::ExplicitRungeKutta< VectorType >
get_status() const overrideTimeStepping::ExplicitRungeKutta< VectorType >virtual
initialize(const runge_kutta_method method) overrideTimeStepping::ExplicitRungeKutta< VectorType >virtual
n_stagesTimeStepping::RungeKutta< VectorType >protected
statusTimeStepping::ExplicitRungeKutta< VectorType >private
~RungeKutta() override=defaultTimeStepping::RungeKutta< VectorType >virtual
~TimeStepping()=defaultTimeStepping::TimeStepping< VectorType >virtual