read_spatial_metric Module Procedure

module procedure read_spatial_metric module function read_spatial_metric(this, x, y, z) result(res)

Uses

  • proc~~read_spatial_metric~2~~UsesGraph proc~read_spatial_metric~2 read_spatial_metric iso_c_binding iso_c_binding proc~read_spatial_metric~2->iso_c_binding

Returns the \(\texttt{LORENE}\) conformal factor to the 4th power, equal to the diagonal components of the conformally flat spatial ADM metric.

FT 15.04.2021


Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

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

Return Value real(kind=C_DOUBLE)

at


Calls

proc~~read_spatial_metric~2~~CallsGraph proc~read_spatial_metric~2 read_spatial_metric interface~get_diffstar_spatial_metric get_diffstar_spatial_metric proc~read_spatial_metric~2->interface~get_diffstar_spatial_metric

Called by

proc~~read_spatial_metric~2~~CalledByGraph proc~read_spatial_metric~2 read_spatial_metric interface~read_spatial_metric~2 read_spatial_metric interface~read_spatial_metric~2->proc~read_spatial_metric~2

Contents