|
accelerInt
v0.1
|
Implementation of the necessary initialization for the CVODE interface. More...
#include "header.h"#include "solver_options.h"#include "cvodes_dydt.h"#include "cvodes_jac.h"#include "sundials/sundials_types.h"#include "sundials/sundials_math.h"#include "sundials/sundials_nvector.h"#include "nvector/nvector_serial.h"#include "cvodes/cvodes.h"#include "cvodes/cvodes_lapack.h"
Go to the source code of this file.
Namespaces | |
| cvode | |
Functions | |
| void | cvode::initialize_solver (int num_threads) |
| Initializes the solver. More... | |
| void | cvode::cleanup_solver (int num_threads) |
| Cleans up the created solvers. More... | |
| const char * | cvode::solver_name () |
| Returns a descriptive solver name. More... | |
| void | cvode::init_solver_log () |
| void | cvode::solver_log () |
Variables | |
| N_Vector * | cvode::y_locals |
| double * | cvode::y_local_vectors |
| void ** | cvode::integrators |
Implementation of the necessary initialization for the CVODE interface.
Definition in file cvodes_init.c.
1.8.14