This function returns pre-stored value at given idx or evaluate a spatial function for a point at given idx. Return value is a vector.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spatial_type), | intent(in) | :: | me | spatial type |
||
type(tem_grwPoints_type), | intent(in) | :: | grwPnt | growing array of all spatial point of a variable |
||
integer, | intent(in) | :: | idx(nVals) | Index position to return a pre-store value or to compute |
||
integer, | intent(in) | :: | nVals | number of return values |
||
integer, | intent(in) | :: | iLevel | Level to which the evaluated values to be returned |
||
integer, | intent(in) | :: | nComps | number of components per returned value |
return value of a function
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iVal | ||||
integer, | private | :: | iComp | ||||
integer, | private | :: | offset | ||||
real(kind=rk), | private | :: | coord(1,3) | ||||
real(kind=rk), | private | :: | res_tmp(1,nComps) |