Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR), | intent(in), | VALUE | :: | optr |
C pointer pointing to a \(\texttt{FUKA}\) \(\texttt{Bin_NS}\) 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) | :: | psi4 | |||
real(kind=C_DOUBLE), | intent(out) | :: | k_xx | |||
real(kind=C_DOUBLE), | intent(out) | :: | k_xy | |||
real(kind=C_DOUBLE), | intent(out) | :: | k_xz | |||
real(kind=C_DOUBLE), | intent(out) | :: | k_yy | |||
real(kind=C_DOUBLE), | intent(out) | :: | k_yz | |||
real(kind=C_DOUBLE), | intent(out) | :: | k_zz | |||
real(kind=C_DOUBLE), | intent(out) | :: | mass_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{FUKA}\) method of class \(\texttt{Bin_NS}\) with the same name, that reads the full \(\texttt{FUKA}\) \(\mathrm{ID}\) at the specified point. That is, read_fukas the metric fields, the components of the extrinsic curvature [c/km], and the hydro fields.
FT