33 subroutine get_face_dg(faces, nel_dg_glo, ik, ind, face_found)
38 integer*4 :: nel_dg_glo, ind, ik, face_found, i
40 integer*4,
dimension(3,nel_dg_glo) :: faces
45 if(faces(2,i) .eq. ik .and. faces(3,i) .eq. ind )
then
subroutine get_face_dg(faces, nel_dg_glo, ik, ind, face_found)
Find the face (quad) of a DG element (hex)