Functions/Subroutines | |
| subroutine | uzawa_gmres (res, h1, h2, h2inv, intype, iter) | 
| subroutine | uzawa_gmres_split0 (l, u, b, binv, n) | 
| subroutine | uzawa_gmres_split (l, u, b, binv, n) | 
| subroutine | uzawa_gmres_temp (a, b, n) | 
| subroutine | ax (w, x, h1, h2, n) | 
| subroutine | hmh_gmres (res, h1, h2, wt, iter) | 
| subroutine | set_overlap2 | 
| subroutine | h1_overlap_2 (u, v, mask) | 
| subroutine | dd_swap_vals (v1, v0, gsh_dd) | 
| subroutine | gen_fast_g | 
| subroutine | set_up_fast_1d_sem_g (s, lam, n, lbc, rbc, ll, lm, lr, ie) | 
| subroutine | set_up_fast_1d_sem_op_a (g, b0, b1, l, r, ll, lm, lr, ah) | 
| subroutine | set_up_fast_1d_sem_op_b (g, b0, b1, l, r, ll, lm, lr, bh) | 
| subroutine | fill_interior_g (v1, v, e, nx, nz, iz1, nel) | 
| subroutine | dface_ext_g (x, t, e, nx, nz) | 
| subroutine | dface_add1si_g (x, c, t, e, nx, nz) | 
| subroutine | fastdm1_g (R, ie, w1, w2) | 
| subroutine | s_face_to_int2_g (x, c, t, e, nx, nz) | 
| subroutine | outfldr_g (x, txt10, nx, nz, ichk) | 
| subroutine | outfldi_g (x, txt10, nx, nz, ichk) | 
| subroutine | setupds_no_crn (gs_h, nx, ny, nz, nel, melg, vertex, glo_num) | 
| subroutine | rzero_g (a, e, nx, ny, nz) | 
| subroutine ax | ( | real, dimension(n) | w, | 
| real, dimension(n) | x, | ||
| real, dimension(n) | h1, | ||
| real, dimension(n) | h2, | ||
| integer | n | ||
| ) | 
| subroutine dd_swap_vals | ( | real, dimension(lxs,lys,lzs,lelt) | v1, | 
| real, dimension(lx1,ly1,lz1,lelt) | v0, | ||
| integer | gsh_dd | ||
| ) | 
| subroutine dface_add1si_g | ( | real, dimension(nx,nx,nz,1) | x, | 
| c, | |||
| integer | t, | ||
| integer | e, | ||
| nx, | |||
| nz | |||
| ) | 
| subroutine dface_ext_g | ( | real, dimension(nx,nx,nz,1) | x, | 
| integer | t, | ||
| integer | e, | ||
| nx, | |||
| nz | |||
| ) | 
| subroutine fastdm1_g | ( | real, dimension(1) | R, | 
| ie, | |||
| real, dimension(1) | w1, | ||
| real, dimension(1) | w2 | ||
| ) | 
| subroutine fill_interior_g | ( | real, dimension(nx+2,nx+2,nz+2*iz1,nel) | v1, | 
| real, dimension (nx ,nx ,nz ,nel) | v, | ||
| integer | e, | ||
| nx, | |||
| nz, | |||
| iz1, | |||
| nel | |||
| ) | 
| subroutine gen_fast_g | 
| subroutine h1_overlap_2 | ( | real, dimension(lx1,lx1,lz1,1) | u, | 
| real, dimension(1) | v, | ||
| real, dimension(1) | mask | ||
| ) | 
| subroutine hmh_gmres | ( | real, dimension (lx1*ly1*lz1*lelv) | res, | 
| real, dimension (lx1,ly1,lz1,lelv) | h1, | ||
| real, dimension (lx1,ly1,lz1,lelv) | h2, | ||
| real, dimension (lx1,ly1,lz1,lelv) | wt, | ||
| iter | |||
| ) | 
| subroutine outfldi_g | ( | integer, dimension(nx,nx,nz,lelt) | x, | 
| character*10 | txt10, | ||
| nx, | |||
| nz, | |||
| ichk | |||
| ) | 
| subroutine outfldr_g | ( | real, dimension(nx,nx,nz,lelt) | x, | 
| character*10 | txt10, | ||
| nx, | |||
| nz, | |||
| ichk | |||
| ) | 
| subroutine rzero_g | ( | real, dimension(nx,ny,nz,1) | a, | 
| integer | e, | ||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine s_face_to_int2_g | ( | real, dimension(nx,nx,nz,1) | x, | 
| c, | |||
| integer | t, | ||
| integer | e, | ||
| nx, | |||
| nz | |||
| ) | 
| subroutine set_overlap2 | 
| subroutine set_up_fast_1d_sem_g | ( | real, dimension(1) | s, | 
| real, dimension(1) | lam, | ||
| integer | n, | ||
| integer | lbc, | ||
| integer | rbc, | ||
| real | ll, | ||
| real | lm, | ||
| real | lr, | ||
| ie | |||
| ) | 
| subroutine set_up_fast_1d_sem_op_a | ( | real, dimension(0:lx1+1,0:lx1+1) | g, | 
| integer | b0, | ||
| integer | b1, | ||
| logical | l, | ||
| logical | r, | ||
| real | ll, | ||
| real | lm, | ||
| real | lr, | ||
| real, dimension(0:lx1-1,0:lx1-1) | ah | ||
| ) | 
| subroutine set_up_fast_1d_sem_op_b | ( | real, dimension(0:lx1+1,0:lx1+1) | g, | 
| integer | b0, | ||
| integer | b1, | ||
| logical | l, | ||
| logical | r, | ||
| real | ll, | ||
| real | lm, | ||
| real | lr, | ||
| real, dimension(0:lx1-1) | bh | ||
| ) | 
| subroutine setupds_no_crn | ( | integer | gs_h, | 
| nx, | |||
| ny, | |||
| nz, | |||
| nel, | |||
| melg, | |||
| integer, dimension(1) | vertex, | ||
| integer*8, dimension(nx,ny,nz,nel) | glo_num | ||
| ) | 
| subroutine uzawa_gmres | ( | real, dimension (lx2*ly2*lz2*lelv) | res, | 
| real, dimension (lx1,ly1,lz1,lelv) | h1, | ||
| real, dimension (lx1,ly1,lz1,lelv) | h2, | ||
| real, dimension(lx1,ly1,lz1,lelv) | h2inv, | ||
| intype, | |||
| iter | |||
| ) | 
| subroutine uzawa_gmres_split | ( | real, dimension(n) | l, | 
| real, dimension(n) | u, | ||
| real, dimension(n) | b, | ||
| real, dimension(n) | binv, | ||
| integer | n | ||
| ) | 
| subroutine uzawa_gmres_split0 | ( | real, dimension(n) | l, | 
| real, dimension(n) | u, | ||
| real, dimension(n) | b, | ||
| real, dimension(n) | binv, | ||
| integer | n | ||
| ) | 
| subroutine uzawa_gmres_temp | ( | real, dimension(n) | a, | 
| real, dimension(n) | b, | ||
| integer | n | ||
| ) |