27 |
#include <utilities/config.h> |
#include <utilities/config.h> |
28 |
#include "integrator.h" |
#include "integrator.h" |
29 |
|
|
30 |
/* Perform IDA integration of a specified 'Integ_system'.*/ |
IntegratorCreateFn integrator_aww_create; |
|
ASC_DLLSPEC(int) integrator_aww_solve(IntegratorSystem *blsys |
|
|
, unsigned long start_index, unsigned long finish_index |
|
|
); |
|
|
|
|
|
ASC_DLLSPEC(void) integrator_aww_free(void *enginedata); |
|
|
|
|
|
ASC_DLLSPEC(void) integrator_aww_create(IntegratorSystem *blsys); |
|
|
|
|
|
ASC_DLLSPEC(int) integrator_aww_analyse(IntegratorSystem *blsys); |
|
|
|
|
31 |
IntegratorParamsDefaultFn integrator_aww_params_default; |
IntegratorParamsDefaultFn integrator_aww_params_default; |
32 |
|
IntegratorAnalyseFn integrator_aww_analyse; |
33 |
|
IntegratorSolveFn integrator_aww_solve; |
34 |
|
IntegratorFreeFn integrator_aww_free; |
35 |
|
|
36 |
|
const IntegratorInternals integrator_aww_internals; |
37 |
|
|
38 |
#endif /* ASC_INTEGRATOR_AWW_H */ |
#endif /* ASC_INTEGRATOR_AWW_H */ |