00001 #ifndef ET_IS 00002 #define ET_IS 00003 00004 #include "nvector_serial.h" 00005 #include "sundials_types.h" 00006 #include "ihm.h" 00007 00008 void calIS(realtype t, realtype stepsize, void *DS, N_Vector VY); 00009 void calET(realtype t, realtype stepsize, N_Vector VY, void *DS); 00010 00011 #endif