Evaluate a list of points, and return first component of inval for each that is within me and first component of outval for all other points.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_polygon_material_type), | intent(in) | :: | me | Description of the polygon to evaluate |
||
real(kind=rk), | intent(in) | :: | coord(n,3) | Coordinates for which the function should be evaluated. |
||
integer, | intent(in) | :: | n | Number of points to get a value for. |
Resulting value at each point.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | loc(me%nComponents) | ||||
integer, | private | :: | iPoint | ||||
integer, | private | :: | iPoly |