cvsdirectdem.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cvodes/cvodes.h>
#include <cvodes/cvodes_dense.h>
#include <cvodes/cvodes_band.h>
#include <cvodes/cvodes_diag.h>
#include <nvector/nvector_serial.h>
#include <sundials/sundials_types.h>
#include <sundials/sundials_math.h>

Defines

#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)
#define P1_TOL_FACTOR   RCONST(1.0e4)
#define P2_MESHX   5
#define P2_MESHY   5
#define P2_NEQ   P2_MESHX*P2_MESHY
#define P2_ALPH1   RCONST(1.0)
#define P2_ALPH2   RCONST(1.0)
#define P2_NOUT   5
#define P2_ML   5
#define P2_MU   0
#define P2_T0   RCONST(0.0)
#define P2_T1   RCONST(0.01)
#define P2_TOUT_MULT   RCONST(10.0)
#define P2_TOL_FACTOR   RCONST(1.0e3)

Enumerations

enum  {
  FUNC, DENSE_USER, DENSE_DQ, DIAG,
  BAND_USER, BAND_DQ
}

Functions

int main (void)


Define Documentation

#define ATOL   RCONST(1.0e-6)

#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 P1_TOL_FACTOR   RCONST(1.0e4)

#define P2_ALPH1   RCONST(1.0)

#define P2_ALPH2   RCONST(1.0)

#define P2_MESHX   5

#define P2_MESHY   5

#define P2_ML   5

#define P2_MU   0

#define P2_NEQ   P2_MESHX*P2_MESHY

#define P2_NOUT   5

#define P2_T0   RCONST(0.0)

#define P2_T1   RCONST(0.01)

#define P2_TOL_FACTOR   RCONST(1.0e3)

#define P2_TOUT_MULT   RCONST(10.0)

#define RTOL   RCONST(0.0)

#define THIRTY   RCONST(30.0)

#define TWO   RCONST(2.0)

#define ZERO   RCONST(0.0)


Enumeration Type Documentation

anonymous enum

Enumerator:
FUNC 
DENSE_USER 
DENSE_DQ 
DIAG 
BAND_USER 
BAND_DQ 


Function Documentation

int main ( void   ) 


Generated on Fri Sep 26 07:44:20 2008 for SimTKcore by  doxygen 1.5.6