a 3D triangular plate. [note that the order of the vertices defines the surface normal via the right-hand rule]
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public, | dimension(3) | :: | v1 | = | zero |
first vertex |
real(kind=wp), | public, | dimension(3) | :: | v2 | = | zero |
second vertex |
real(kind=wp), | public, | dimension(3) | :: | v3 | = | zero |
third vertex |
type :: plate !! a 3D triangular plate. !! [note that the order of the vertices defines the !! surface normal via the right-hand rule] real(wp),dimension(3) :: v1 = zero !! first vertex real(wp),dimension(3) :: v2 = zero !! second vertex real(wp),dimension(3) :: v3 = zero !! third vertex end type plate