An empty function needed in order to run the field line tracer
../../dop853_pitch_t
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(dop853_pitch_t), | intent(inout) | :: | me |
Instance of the type |
||
| integer, | intent(in) | :: | nr |
Grid point (0,1,...) |
||
| real(kind=DP), | intent(in) | :: | xold |
The preceding grid point |
||
| real(kind=DP), | intent(in) | :: | x |
Current grid point |
||
| real(kind=DP), | intent(in), | dimension(:) | :: | y |
State vector [size n] |
|
| integer, | intent(inout) | :: | irtrn |
Serves to interrupt the integration, if irtrn is set <0 |
||
| real(kind=DP), | intent(out) | :: | xout |
Can be used for efficient intermediate output |