This function returns pre-stored value at given idx if spacetime function is predefined apesmate else evaluate a spacetime function for a point at given idx in growing array of points. Return value is a scalar.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spacetime_fun_type), | intent(in) | :: | me | spacetime type |
||
type(tem_grwPoints_type), | intent(in) | :: | grwPnt | growing array of all spacetime 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 access stored value in aps_coupling |
||
type(tem_time_type), | intent(in) | :: | time | timer object incl. the current time information |
return value of a function
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iVal | ||||
real(kind=rk), | private | :: | coord(1,3) | ||||
real(kind=rk), | private | :: | res_tmp(1) | ||||
real(kind=rk), | private | :: | trans |