/[ascend]/trunk/base/generic/solver/ida.h
ViewVC logotype

Diff of /trunk/base/generic/solver/ida.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 976 by johnpye, Sat Nov 25 05:26:47 2006 UTC revision 977 by johnpye, Wed Dec 20 00:39:52 2006 UTC
# Line 30  Line 30 
30    
31  #ifdef ASC_WITH_IDA  #ifdef ASC_WITH_IDA
32    
33  /* Perform IDA integration of a specified 'Integ_system'.*/  IntegratorCreateFn integrator_ida_create;
 ASC_DLLSPEC(int) integrator_ida_solve(IntegratorSystem *blsys  
         , unsigned long start_index, unsigned long finish_index  
 );  
   
 ASC_DLLSPEC(void) integrator_ida_free(void *enginedata);  
   
 ASC_DLLSPEC(void) integrator_ida_create(IntegratorSystem *blsys);  
   
34  IntegratorParamsDefaultFn integrator_ida_params_default;  IntegratorParamsDefaultFn integrator_ida_params_default;
35    IntegratorSolveFn integrator_ida_solve;
36    IntegratorFreeFn integrator_ida_free;
37    
38    const IntegratorInternals integrator_ida_internals;
39    
40  #endif  #endif
41    

Legend:
Removed from v.976  
changed lines
  Added in v.977

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22