| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_polygon_material_type), | intent(in) | :: | me | |||
| real(kind=rk), | intent(in) | :: | time | velocity value |
||
| integer, | intent(in) | :: | nPoint | number of points to get value for |
||
| real(kind=rk), | intent(in) | :: | coord(nPoint,3) | points |
List of values of each point
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | alpha | ||||
| integer, | private | :: | iPoint | ||||
| type(tem_polygon_material_type), | private | :: | loc_polygon |