This function calculates the sigma for the box shape spongelayer fom treeid for polynomial n5 profile
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_spongeLayer_box_type) | :: | me | Spacetime function to evaluate |
|||
| integer(kind=long_k), | intent(in) | :: | treeIds(n) | treeIds of elements in given level |
||
| type(treelmesh_type), | intent(in) | :: | tree | global treelm mesh |
||
| integer, | intent(in) | :: | n | Number of arrays to return |
return value
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | i | ||||
| real(kind=rk), | private | :: | res_i(1) | ||||
| real(kind=rk), | private | :: | coord(3,1) |