This function compute space time function that give bach a table of results for given list of treeIDs
pass subtree with treeIDs lists instead of treeIds and tree
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_spacetime_fun_type) | :: | me | Spacetime function to evaluate |
|||
integer(kind=long_k), | intent(in) | :: | treeIDs(n) | TreeIDs where to evaluate the function |
||
type(tem_time_type), | intent(in) | :: | time | timer object incl. the current time information |
||
type(treelmesh_type), | intent(in) | :: | tree | Global treelmesh to look for positions in |
||
integer, | intent(in) | :: | n | Number of tables to return |
||
integer, | intent(in) | :: | ncomp | Number of values in a Table |
return value of the function
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | i |