The implementation of the interfaces defined in rk4_integrator.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rk4), | intent(in) | :: | this | The routine is called on this object. |
The return value is the number of required temorary storage levels.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rk4), | intent(inout) | :: | this | The routine is called on this object. |
||
type(equation_pointer), | intent(in), | dimension(:) | :: | eqs | A 1d-array of pointers to equations that will be integrated. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rk4), | intent(inout) | :: | this | The routine is called on this object. |