public interface ODEAdaptiveSolver extends ODESolver
Modifier and Type | Field and Description |
---|---|
static int |
BISECTION_EVENT_NOT_FOUND |
static int |
DID_NOT_CONVERGE |
static int |
NO_ERROR |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code.
|
double |
getTolerance()
Gets the tolerance of the adaptive ODE sovler.
|
void |
setTolerance(double tol)
Sets the tolerance of the adaptive ODE sovler.
|
getStepSize, initialize, setStepSize, step
static final int NO_ERROR
static final int DID_NOT_CONVERGE
static final int BISECTION_EVENT_NOT_FOUND
void setTolerance(double tol)
tol
- the tolerancedouble getTolerance()
int getErrorCode()