This subroutine calculates the surface area attached to each point
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_surfData_type), | intent(inout) | :: | me | datatype to store the surface information |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iTria | ||||
real(kind=rk), | private | :: | area | ||||
real(kind=rk), | private | :: | vec1(3) | ||||
real(kind=rk), | private | :: | vec2(3) | ||||
integer, | private | :: | minPos1 | ||||
integer, | private | :: | maxPos1 | ||||
integer, | private | :: | minPos2 | ||||
integer, | private | :: | maxPos2 | ||||
integer, | private | :: | minPos3 | ||||
integer, | private | :: | maxPos3 |