| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(dop853_class), | intent(inout) | :: | me | |||
| integer, | intent(in) | :: | nr |
grid point (0,1,...) |
||
| real(kind=wp), | intent(in) | :: | xold |
the preceding grid point |
||
| real(kind=wp), | intent(in) | :: | x |
current grid point |
||
| real(kind=wp), | intent(in), | dimension(:) | :: | y |
state vector [size n] |
|
| integer, | intent(inout) | :: | irtrn |
serves to interrupt the integration. if
|
||
| real(kind=wp), | intent(out) | :: | xout |
|
solout furnishes the solution y at the nr-th
grid-point x (thereby the initial value is
the first grid-point).