75 |
Variable getIndependentVariable(); |
Variable getIndependentVariable(); |
76 |
|
|
77 |
void findIndependentVar(); /**< find the independent variable (must not presume a certain choice of integration engine) */ |
void findIndependentVar(); /**< find the independent variable (must not presume a certain choice of integration engine) */ |
78 |
void analyse(); /**< analysis gives you details about what your variables are etc */ |
void analyse(); |
79 |
void solve(); |
void solve(); |
80 |
|
void writeMatrix(FILE *fp) const; |
81 |
|
|
82 |
double getCurrentTime(); |
double getCurrentTime(); |
83 |
long getCurrentStep(); |
long getCurrentStep(); |