\brief This function invokes the Lua function for a given coordinate.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | fun_ref | Reference of the function to open |
||
| 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 return values |
||
| type(flu_State), | intent(in) | :: | conf | lua state |
return value
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(aot_fun_type), | private | :: | fun | ||||
| integer, | private | :: | iError | ||||
| integer, | private | :: | i | ||||
| integer, | private | :: | j |