Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR), | intent(in), | VALUE | :: | optr |
C pointer pointing to a \(\texttt{LORENE}\) \(\texttt{Et_diffrot}\) object |
|
real(kind=C_DOUBLE), | intent(in), | VALUE | :: | x |
coordinate of the desired point |
|
real(kind=C_DOUBLE), | intent(in), | VALUE | :: | y |
coordinate of the desired point |
|
real(kind=C_DOUBLE), | intent(in), | VALUE | :: | z |
coordinate of the desired point |
|
real(kind=C_DOUBLE), | intent(out) | :: | lapse | |||
real(kind=C_DOUBLE), | intent(out) | :: | shift_x | |||
real(kind=C_DOUBLE), | intent(out) | :: | shift_y | |||
real(kind=C_DOUBLE), | intent(out) | :: | shift_z | |||
real(kind=C_DOUBLE), | intent(out) | :: | g_rr | |||
real(kind=C_DOUBLE), | intent(out) | :: | g_tt | |||
real(kind=C_DOUBLE), | intent(out) | :: | g_pp | |||
real(kind=C_DOUBLE), | intent(out) | :: | baryon_density | |||
real(kind=C_DOUBLE), | intent(out) | :: | energy_density | |||
real(kind=C_DOUBLE), | intent(out) | :: | specific_energy | |||
real(kind=C_DOUBLE), | intent(out) | :: | pressure | |||
real(kind=C_DOUBLE), | intent(out) | :: | v_euler_x | |||
real(kind=C_DOUBLE), | intent(out) | :: | v_euler_y | |||
real(kind=C_DOUBLE), | intent(out) | :: | v_euler_z |
Interface to the \(\texttt{LORENE}\) method of class \(\texttt{Et_diffrot}\) with the same name, that reads the hydro fields and the metric fields * from \(\texttt{LORENE}\), at the specified point
FT 24.10.2021