|
accelerInt
v0.1
|
Functions | |
| void | initialize_solver () |
| const char * | solver_name () |
| Returns a descriptive solver name. More... | |
| void | cleanup_solver () |
| void | init_solver_log () |
| Initializes solver specific items for logging. More... | |
| void | solver_log () |
| Executes solver specific logging tasks. More... | |
| void rkc::cleanup_solver | ( | ) |
Definition at line 26 of file rkc_init.c.
| void rkc::init_solver_log | ( | ) |
Initializes solver specific items for logging.
Initializes stepsize logging for stiffness measurement
Definition at line 30 of file rkc_init.c.
| void rkc::initialize_solver | ( | ) |
Definition at line 14 of file rkc_init.c.
| void rkc::solver_log | ( | ) |
Executes solver specific logging tasks.
Definition at line 34 of file rkc_init.c.
| char * rkc::solver_name | ( | ) |
Returns a descriptive solver name.
Definition at line 21 of file rkc_init.c.
1.8.14