HydroSDL/f.h

Go to the documentation of this file.
00001 
00013 #ifndef F_H_DEF 
00014 #define F_H_DEF 
00015  
00016 
00017 
00018 static int f(realtype t, N_Vector y, N_Vector ydot, void *f_data);
00019 
00020 void solver_init(ODE_data* f_dat);
00021 
00022 void solve_ODE(ODE_data* f_dat, realtype tout);
00023 
00024 void solver_free(ODE_data* f_dat);
00025 
00026 
00027  
00028 #endif 

Generated on Wed Sep 20 14:30:04 2006 for hydroSDL by  doxygen 1.4.7