accelerInt
v0.1
|
Implementation of the necessary initialization for the 4th order (3rd order embedded) Rosenbrock Solver. More...
#include "rational_approximant.h"
Go to the source code of this file.
Namespaces | |
exprb43 | |
Functions | |
void | exprb43::init_solver_log () |
Initializes the Krylov subspace logging files (if LOG_OUTPUT is defined) More... | |
void | exprb43::solver_log () |
Executes solver specific logging tasks. More... | |
void | exprb43::initialize_solver (int num_threads) |
Initializes the solver. More... | |
const char * | exprb43::solver_name () |
Returns a descriptive solver name. More... | |
void | exprb43::cleanup_solver (int num_threads) |
Cleans up the created solvers. More... | |
Implementation of the necessary initialization for the 4th order (3rd order embedded) Rosenbrock Solver.
Definition in file exprb43_init.c.