get_lorene_spatial_metric Interface

interface


Called by

interface~~get_lorene_spatial_metric~~CalledByGraph interface~get_lorene_spatial_metric get_lorene_spatial_metric proc~read_spatial_metric read_spatial_metric proc~read_spatial_metric->interface~get_lorene_spatial_metric interface~read_spatial_metric read_spatial_metric interface~read_spatial_metric->proc~read_spatial_metric

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

Arguments

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

C pointer pointing to a \(\texttt{LORENE}\) \(\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

Return Value real(kind=C_DOUBLE)

Spatial metric component at the point

Description

Interface to the \(\texttt{LORENE}\) method of class \(\texttt{Bin_NS}\) 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