cvsadjbanx.c File Reference

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

Classes

struct  UserData

Defines

#define XMAX   RCONST(2.0)
#define YMAX   RCONST(1.0)
#define MX   40
#define MY   20
#define NEQ   MX*MY
#define ATOL   RCONST(1.e-5)
#define RTOLB   RCONST(1.e-6)
#define T0   RCONST(0.0)
#define T1   RCONST(0.1)
#define DTOUT   RCONST(0.1)
#define NOUT   10
#define TOUT   RCONST(1.0)
#define NSTEP   50
#define ZERO   RCONST(0.0)
#define ONE   RCONST(1.0)
#define TWO   RCONST(2.0)
#define IJth(vdata, i, j)   (vdata[(j-1) + (i-1)*MY])

Functions

int main (int argc, char *argv[])


Define Documentation

#define ATOL   RCONST(1.e-5)

#define DTOUT   RCONST(0.1)

#define IJth ( vdata,
i,
 )     (vdata[(j-1) + (i-1)*MY])

#define MX   40

#define MY   20

#define NEQ   MX*MY

#define NOUT   10

#define NSTEP   50

Referenced by main().

#define ONE   RCONST(1.0)

#define RTOLB   RCONST(1.e-6)

Referenced by main().

#define T0   RCONST(0.0)

#define T1   RCONST(0.1)

#define TOUT   RCONST(1.0)

#define TWO   RCONST(2.0)

#define XMAX   RCONST(2.0)

#define YMAX   RCONST(1.0)

#define ZERO   RCONST(0.0)


Function Documentation

int main ( int  argc,
char *  argv[] 
)


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