ANALYZEVERT3D Subroutine

subroutine ANALYZEVERT3D(NVERTMAX, NFACED, TOLVDIST, TOLAREA, NPLANE, NFACE, NVERT, XVERT, YVERT, ZVERT, A3, B3, C3, D3)

@# KKRtags: VORONOI geometry Analyze the faces and vertices of the polyhedron. Use criteria for rejecting faces that are too small or vertices that are too close to each other. On output, number of faces and vertices may be reduced after some rejections have taken place.

Arguments

Type IntentOptional Attributes Name
integer :: NVERTMAX
integer :: NFACED
real(kind=8) :: TOLVDIST
real(kind=8) :: TOLAREA
integer :: NPLANE
integer :: NFACE
integer :: NVERT(NFACED)
real(kind=8) :: XVERT(NVERTMAX,NFACED)
real(kind=8) :: YVERT(NVERTMAX,NFACED)
real(kind=8) :: ZVERT(NVERTMAX,NFACED)
real(kind=8) :: A3(*)
real(kind=8) :: B3(*)
real(kind=8) :: C3(*)
real(kind=8) :: D3(*)