get_diffstar_spatial_metric Interface

interface


Called by

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

private function get_diffstar_spatial_metric(optr, x, y, z) result(res) bind(C, NAME= "get_g_rr")

Arguments

Type IntentOptional 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

Return Value real(kind=C_DOUBLE)

Spatial metric component at the point

Description

Interface to the \(\texttt{LORENE}\) method of class \(\texttt{Et_diffrot}\) with the same name, that returns the diagonal components of the metric, all equal to the \(\texttt{LORENE}\) conformal factor to the 4th power.

FT 24.10.2021