accelerInt  v0.1
Namespaces | Functions
exprb43_init.c File Reference

Implementation of the necessary initialization for the 4th order (3rd order embedded) Rosenbrock Solver. More...

#include "rational_approximant.h"
Include dependency graph for exprb43_init.c:

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...
 

Detailed Description

Implementation of the necessary initialization for the 4th order (3rd order embedded) Rosenbrock Solver.

Author
Nicholas Curtis
Date
03/09/2015

Definition in file exprb43_init.c.