Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_heaviside_gibbs_type) | :: | me | Description of the Heaviside function |
|||
real(kind=rk), | intent(in) | :: | coord(n,3) | Coordinates to evaluate the function for 1st index goes over number of elements and 2nd index goes over x,y,z coordinates |
||
integer, | intent(in) | :: | n | number of return values |
return value of the function
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iPoint | ||||
real(kind=rk), | private | :: | dist | ||||
real(kind=rk), | private | :: | z |