This type contains three vertices of the triangle
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | nodes(3,3) |
1st index contains x,y,z coordinates and 2nd index the vertex number. |
|||
real(kind=rk), | public | :: | normal(3) |
type tem_triangle_type
!> 1st index contains x,y,z coordinates
!! and 2nd index the vertex number.
real(kind=rk) :: nodes(3,3)
real(kind=rk) :: normal(3)
end type tem_triangle_type