accelerInt
v0.1
|
A wrapper class to evaluate the rhs function y' = f(y) stores the state variable, and provides to dydt. More...
#include <rk78_typedefs.hpp>
Public Member Functions | |
rhs_eval () | |
void | set_state_var (const double state_var) |
void | operator() (const state_type &y, state_type &fy, const double t) const |
A wrapper class to evaluate the rhs function y' = f(y) stores the state variable, and provides to dydt.
Definition at line 50 of file rk78_typedefs.hpp.
|
inline |
Definition at line 53 of file rk78_typedefs.hpp.
|
inline |
Definition at line 63 of file rk78_typedefs.hpp.
|
inline |
Definition at line 57 of file rk78_typedefs.hpp.