#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cpodes/cpodes.h>
#include <nvector/nvector_serial.h>
#include <sundials/sundials_math.h>
Defines | |
#define | ODE CP_EXPL |
#define | ATOL RCONST(1.0e-6) |
#define | RTOL RCONST(0.0) |
#define | ZERO RCONST(0.0) |
#define | ONE RCONST(1.0) |
#define | TWO RCONST(2.0) |
#define | THIRTY RCONST(30.0) |
#define | P1_NEQ 2 |
#define | P1_ETA RCONST(3.0) |
#define | P1_NOUT 4 |
#define | P1_T0 RCONST(0.0) |
#define | P1_T1 RCONST(1.39283880203) |
#define | P1_DTOUT RCONST(2.214773875) |
Functions | |
int | main () |
#define ATOL RCONST(1.0e-6) |
#define ODE CP_EXPL |
#define ONE RCONST(1.0) |
#define P1_DTOUT RCONST(2.214773875) |
#define P1_ETA RCONST(3.0) |
#define P1_NEQ 2 |
#define P1_NOUT 4 |
#define P1_T0 RCONST(0.0) |
#define P1_T1 RCONST(1.39283880203) |
#define RTOL RCONST(0.0) |
#define THIRTY RCONST(30.0) |
#define TWO RCONST(2.0) |
#define ZERO RCONST(0.0) |
int main | ( | void | ) |
References ATOL, CP_ADAMS, CP_EXPL, CP_FUNCTIONAL, CP_NORMAL, CP_SS, CP_SUCCESS, CPode(), CPodeCreate(), CPodeFree(), CPodeGetLastOrder(), CPodeGetLastStep(), CPodeInit(), fkinkryx::iout, N_VDestroy_Serial(), N_VNew_Serial(), NV_Ith_S, ODE, P1_DTOUT, P1_NEQ, P1_NOUT, P1_T0, P1_T1, RTOL, __fidadenx.f__::tout, TWO, y, __fidadenx.f__::yp, and ZERO.