Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
This is the complete list of members for hdnum::DIRK< M, S >, including all inherited members.
ButcherTableau typedef | hdnum::DIRK< M, S > | |
DIRK(const M &model_, const S &newton_, const ButcherTableau &butcher_, const int order_) | hdnum::DIRK< M, S > | inline |
DIRK(const M &model_, const S &newton_, const std::string method) | hdnum::DIRK< M, S > | inline |
get_dt() const | hdnum::DIRK< M, S > | inline |
get_error() const | hdnum::DIRK< M, S > | inline |
get_info() const | hdnum::DIRK< M, S > | inline |
get_order() const | hdnum::DIRK< M, S > | inline |
get_state() const | hdnum::DIRK< M, S > | inline |
get_time() const | hdnum::DIRK< M, S > | inline |
number_type typedef | hdnum::DIRK< M, S > | |
set_dt(time_type dt_) | hdnum::DIRK< M, S > | inline |
set_state(time_type t_, const Vector< number_type > &u_) | hdnum::DIRK< M, S > | inline |
set_verbosity(size_type verbosity_) | hdnum::DIRK< M, S > | inline |
size_type typedef | hdnum::DIRK< M, S > | |
step() | hdnum::DIRK< M, S > | inline |
time_type typedef | hdnum::DIRK< M, S > |