This function computes the space time function that gives back an array for a given list of coordinates
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spacetime_fun_type) | :: | me | Spacetime function to evaluate |
|||
real(kind=rk), | intent(in) | :: | coord(n,3) | barycentric Ids of an elements. 1st index goes over number of elements and 2nd index goes over x,y,z coordinates |
||
type(tem_time_type), | intent(in) | :: | time | timer object incl. the current time information |
||
integer, | intent(in) | :: | n | Number of arrays to return |
||
integer, | intent(in) | :: | ncomp | Number of entrys in each array |
return value of the function
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | i | ||||
real(kind=rk), | private | :: | trans |