The implementation of the interfaces defined in geodesic_schwarzschild.
Routine to convert from Energy and Angular momentum per unit mass to semi-latus rectum and eccentricity.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | En | The energy per unit mass, . |
||
real(kind=wp), | intent(in) | :: | Lz | The angular momentum per unit mass, . |
||
real(kind=wp), | intent(out) | :: | p | On output the semi-latus rectum, . |
||
real(kind=wp), | intent(out) | :: | e | On output the eccentricity. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(geod_schw), | intent(inout), | target | :: | this | The equation that is being initialized. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(geod_schw), | intent(inout) | :: | this | The equation for which the RHS is calculated. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(geod_schw), | intent(inout) | :: | this | The routine is called on this equation. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(geod_schw), | intent(inout) | :: | this | The routine is called on this equation. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(geod_schw), | intent(inout) | :: | this | The routine is called on this equation. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(geod_schw), | intent(inout) | :: | this | The routine is called on this equation. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(geod_schw) | :: | this | The equation that is being finalized. |