inamuroDelta3D Function

public function inamuroDelta3D(r, dx) result(res)

This function calculates the delta function used in the paper of Ota et al. [7] (bibliography of treelm) for a vector by multiplying the results of the 1D version.

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: r(3)

input point coordinates

real(kind=rk), intent(in) :: dx

spatial discretization

Return Value real(kind=rk)

resulting value of the 3D delta function


Calls

proc~~inamurodelta3d~~CallsGraph proc~inamurodelta3d inamuroDelta3D proc~inamurodelta1d inamuroDelta1D proc~inamurodelta3d->proc~inamurodelta1d

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: tmpVal_X
real(kind=rk), private :: tmpVal_Y
real(kind=rk), private :: tmpVal_Z