24 |
TRUE, we spew all sorts of time junk. If FALSE we are quiet. |
TRUE, we spew all sorts of time junk. If FALSE we are quiet. |
25 |
Default for this macro is FALSE. |
Default for this macro is FALSE. |
26 |
|
|
27 |
@NOTE the analytic jacobian routines (state matrix) depend on the |
@NOTE the analytic jacobian routines (state matrix) depend on the |
28 |
assumption that struct var_variable *<--> struct Instance *. |
assumption that struct var_variable *<--> struct Instance *. |
29 |
Requires: |
Requires: |
30 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
31 |
#include <solver/slv_client.h> |
#include <solver/slv_client.h> |
42 |
#ifndef ASC_LSODE_H |
#ifndef ASC_LSODE_H |
43 |
#define ASC_LSODE_H |
#define ASC_LSODE_H |
44 |
|
|
45 |
#include "linsol.h" |
#include "linsol.h" |
46 |
#include "linsolqr.h" |
#include "linsolqr.h" |
47 |
#include "slv_client.h" |
#include "slv_client.h" |
48 |
|
|
49 |
/// Perform LSODE integration of a specified 'Integ_system'. |
/// Perform LSODE integration of a specified 'Integ_system'. |
50 |
/** |
/** |