cvodes_diag.h File Reference
#include <sundials/sundials_nvector.h>
Go to the source code of this file.
Define Documentation
#define CVDIAG_ADJMEM_NULL -101 |
#define CVDIAG_ILL_INPUT -3 |
#define CVDIAG_INV_FAIL -5 |
#define CVDIAG_LMEM_NULL -2 |
#define CVDIAG_MEM_FAIL -4 |
#define CVDIAG_MEM_NULL -1 |
#define CVDIAG_RHSFUNC_RECVR -7 |
#define CVDIAG_RHSFUNC_UNRECVR -6 |
Function Documentation
SUNDIALS_EXPORT int CVDiag |
( |
void * |
cvode_mem |
) |
|
SUNDIALS_EXPORT int CVDiagB |
( |
void * |
cvadj_mem |
) |
|
SUNDIALS_EXPORT int CVDiagGetLastFlag |
( |
void * |
cvode_mem, |
|
|
int * |
flag | |
|
) |
| | |
SUNDIALS_EXPORT int CVDiagGetNumRhsEvals |
( |
void * |
cvode_mem, |
|
|
long int * |
nfevalsLS | |
|
) |
| | |
SUNDIALS_EXPORT char* CVDiagGetReturnFlagName |
( |
int |
flag |
) |
|
SUNDIALS_EXPORT int CVDiagGetWorkSpace |
( |
void * |
cvode_mem, |
|
|
long int * |
lenrwLS, |
|
|
long int * |
leniwLS | |
|
) |
| | |