cvsbanx_lap.c File Reference

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

Classes

struct  UserData

Defines

#define XMAX   RCONST(2.0)
#define YMAX   RCONST(1.0)
#define MX   10
#define MY   5
#define NEQ   MX*MY
#define ATOL   RCONST(1.0e-5)
#define T0   RCONST(0.0)
#define T1   RCONST(0.1)
#define DTOUT   RCONST(0.1)
#define NOUT   10
#define ZERO   RCONST(0.0)
#define HALF   RCONST(0.5)
#define ONE   RCONST(1.0)
#define TWO   RCONST(2.0)
#define FIVE   RCONST(5.0)
#define IJth(vdata, i, j)   (vdata[(j-1) + (i-1)*MY])

Functions

int main (void)


Define Documentation

#define ATOL   RCONST(1.0e-5)

#define DTOUT   RCONST(0.1)

#define FIVE   RCONST(5.0)

#define HALF   RCONST(0.5)

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

#define MX   10

#define MY   5

#define NEQ   MX*MY

#define NOUT   10

#define ONE   RCONST(1.0)

#define T0   RCONST(0.0)

#define T1   RCONST(0.1)

#define TWO   RCONST(2.0)

#define XMAX   RCONST(2.0)

#define YMAX   RCONST(1.0)

#define ZERO   RCONST(0.0)


Function Documentation

int main ( void   ) 


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