47 INTEGER :: ijkd, ijkn1, ijkn2, ifbeg, ifend
48 REAL(RFREAL),
POINTER :: fvar(:,:)
53 REAL(RFREAL) :: xyznodes(3,8)
54 REAL(RFREAL) :: cofgx, cofgy, cofgz
59 TYPE(t_region
) :: region
64 REAL(RFREAL) :: xyznodes(3,4)
65 REAL(RFREAL) :: fcenx, fceny, fcenz
70 REAL(RFREAL) :: xyznodes(3,3)
71 REAL(RFREAL) :: fcenx, fceny, fcenz
76 REAL(RFREAL) :: xyznodes(3,4)
77 REAL(RFREAL) :: fvecx, fvecy, fvecz
82 REAL(RFREAL) :: xyznodes(3,3)
83 REAL(RFREAL) :: fvecx, fvecy, fvecz
88 TYPE(t_region
) :: region
94 REAL(RFREAL),
POINTER :: vect(:,:)
102 INTEGER,
INTENT(OUT) :: splitflag
103 REAL(RFREAL),
DIMENSION(3),
INTENT(IN) :: xyz1,xyz2,xyz3,xyz4
108 REAL(RFREAL) :: xyznodes(3,8), facevecs(3,6)
subroutine splitquadface(global, xyz1, xyz2, xyz3, xyz4, splitFlag)
subroutine facevectortria(xyzNodes, fVecX, fVecY, fVecZ)
subroutine centroidhexa(xyzNodes, cofgX, cofgY, cofgZ)
subroutine scalerotatevector(global, vect)
int volume(const block *b)
subroutine averagevecvar(ijkD, ijkN1, ijkN2, iFBeg, iFEnd, fvar)
subroutine volumehexa(xyzNodes, faceVecs, volume)
subroutine facevectorquad(xyzNodes, fVecX, fVecY, fVecZ)
subroutine scalegridspeeds(region)
subroutine descalegridspeeds(region)
subroutine facecentroidtria(xyz, fCenX, fCenY, fCenZ)
subroutine facecentroidquad(xyz, fCenX, fCenY, fCenZ)