Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public | :: | A | Store magnitude of face area vector of direction faces |
|||
real(kind=wp), | public | :: | nx | ||||
real(kind=wp), | public | :: | ny | ||||
real(kind=wp), | public | :: | nz | Store unit face normal vector for all faces |
type, public :: facetype
real(wp) :: A
!< Store magnitude of face area vector of direction faces
real(wp) :: nx
real(wp) :: ny
real(wp) :: nz
!< Store unit face normal vector for all faces
end type facetype