interpolate_spatial_metric Module Procedure

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

Returns the spatial metric.

FT 19.11.2021


Arguments

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

ejecta object which this PROCEDURE is a member of

double precision, intent(in), VALUE :: x

coordinate of the desired point

double precision, intent(in), VALUE :: y

coordinate of the desired point

double precision, intent(in), VALUE :: z

coordinate of the desired point

Return Value double precision

at


Called by

proc~~interpolate_spatial_metric~~CalledByGraph proc~interpolate_spatial_metric interpolate_spatial_metric interface~interpolate_spatial_metric interpolate_spatial_metric interface~interpolate_spatial_metric->proc~interpolate_spatial_metric

Contents