Loading [MathJax]/jax/output/HTML-CSS/jax.js

get_lorene_id_spacetime Interface

interface


Called by

interface~~get_lorene_id_spacetime~~CalledByGraph interface~get_lorene_id_spacetime get_lorene_id_spacetime proc~read_id_spacetime read_id_spacetime proc~read_id_spacetime->interface~get_lorene_id_spacetime interface~read_id_spacetime read_id_spacetime interface~read_id_spacetime->proc~read_id_spacetime

private subroutine get_lorene_id_spacetime(optr, x, y, z, lapse, shift_x, shift_y, shift_z, g_diag, k_xx, k_xy, k_xz, k_yy, k_yz, k_zz) bind(C, NAME= "0")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in), VALUE :: optr

C pointer pointing to a LORENE Bin_NS object

real(kind=C_DOUBLE), intent(in), VALUE :: x

x coordinate of the desired point

real(kind=C_DOUBLE), intent(in), VALUE :: y

y coordinate of the desired point

real(kind=C_DOUBLE), intent(in), VALUE :: z

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_diag
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

Description

Interface to the LORENE method of class Bin_NS with the same name, that reads the metric fields and the components of the extrinsic curvature [c/km] from LORENE, at the specified point

FT