#include <stdio.h>
#include <math.h>
#include <cpodes/cpodes.h>
#include <cpodes/cpodes_dense.h>
#include <nvector/nvector_serial.h>
Defines | |
#define | Ith(v, i) NV_Ith_S(v,i-1) |
#define | IJth(A, i, j) DENSE_ELEM(A,i-1,j-1) |
#define | RTOL RCONST(1.0e-8) |
#define | ATOL RCONST(1.0e-8) |
Functions | |
int | main () |
#define ATOL RCONST(1.0e-8) |
#define Ith | ( | v, | |||
i | ) | NV_Ith_S(v,i-1) |
#define RTOL RCONST(1.0e-8) |
int main | ( | void | ) |
References ATOL, CP_BDF, CP_CNSTR_NONLIN, CP_EXPL, CP_NEWTON, CP_NORMAL_TSTOP, CP_PROJ_L2NORM, CP_SS, CPDense(), CPDenseProj(), CPDIRECT_LU, CPode(), CPodeCreate(), CPodeFree(), CPodeInit(), CPodeProjInit(), CPodeSetMaxNumSteps(), CPodeSetProjTestCnstr(), CPodeSetProjUpdateErrEst(), CPodeSetStopTime(), FALSE, g, fkinkryx::iout, Ith, N_VDestroy_Serial(), N_VNew_Serial(), RTOL, __fidadenx.f__::tout, TRUE, x, y, and __fidadenx.f__::yp.