Functions/Subroutines | |
| subroutine | setupds (gs_handle, nx, ny, nz, nel, melg, vertex, glo_num) | 
| subroutine | dssum (u, nx, ny, nz) | 
| subroutine | dsop (u, op, nx, ny, nz) | 
| subroutine | vec_dssum (u, v, w, nx, ny, nz) | 
| subroutine | vec_dsop (u, v, w, nx, ny, nz, op) | 
| subroutine | nvec_dssum (u, stride, n, gs_handle) | 
| subroutine | matvec3 (uout, Jmat, uin, iftrsp, n1, n2) | 
| subroutine | matvec3t (uout, Jmat, uin, iftrsp, n1, n2) | 
| subroutine | matvect (out, d, vec, n1, n2) | 
| subroutine | vectof_add (b, a, ie, iface, nx, ny, nz) | 
| subroutine | zero_f (b, ie, iface, nx, ny, nz) | 
| subroutine | ftovec_0 (a, b, ie, iface, nx, ny, nz) | 
| subroutine | ftovec (a, b, ie, iface, nx, ny, nz) | 
| subroutine | vectof (b, a, ie, iface, nx, ny, nz) | 
| subroutine | ftoveci (a, b, ie, iface, nx, ny, nz) | 
| subroutine | vectofi (b, a, ie, iface, nx, ny, nz) | 
| subroutine | apply_jt (u, nx, ny, nz, nel) | 
| subroutine | apply_j (u, nx, ny, nz, nel) | 
| subroutine | h1_proj (u, nx, ny, nz) | 
| subroutine | dssum_msk (u, mask, nx, ny, nz) | 
| subroutine | dssum_msk2 (u, mask, binv, nx, ny, nz) | 
| subroutine | gtpp_gs_op (u, op, hndl) | 
| subroutine | gtpp_gs_setup (hndl, nelgx, nelgy, nelgz, idir) | 
| subroutine | gs_setup_ms (hndl, nel, nx, ny, nz) | 
| subroutine | gs_op_ms (u, op, hndl) | 
| subroutine apply_j | ( | real, dimension(1) | u, | 
| nx, | |||
| ny, | |||
| nz, | |||
| nel | |||
| ) | 
| subroutine apply_jt | ( | real, dimension(1) | u, | 
| nx, | |||
| ny, | |||
| nz, | |||
| nel | |||
| ) | 
| subroutine dsop | ( | real, dimension(1) | u, | 
| character*3 | op, | ||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine dssum | ( | real, dimension(1) | u, | 
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine dssum_msk | ( | real, dimension(1) | u, | 
| real, dimension(1) | mask, | ||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine dssum_msk2 | ( | real, dimension(1) | u, | 
| real, dimension(1) | mask, | ||
| real, dimension(1) | binv, | ||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine ftovec | ( | real, dimension(nx,ny) | a, | 
| real, dimension(nx,ny,nz,1) | b, | ||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine ftovec_0 | ( | dimension(nx,ny) | a, | 
| dimension(nx,ny,nz,1) | b, | ||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine ftoveci | ( | integer, dimension(nx,ny) | a, | 
| integer, dimension(nx,ny,nz,1) | b, | ||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine gs_op_ms | ( | real, dimension(*) | u, | 
| character*3 | op, | ||
| hndl | |||
| ) | 
| subroutine gs_setup_ms | ( | integer | hndl, | 
| nel, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine gtpp_gs_op | ( | real, dimension(*) | u, | 
| character*3 | op, | ||
| integer | hndl | ||
| ) | 
| subroutine gtpp_gs_setup | ( | integer | hndl, | 
| integer | nelgx, | ||
| integer | nelgy, | ||
| integer | nelgz, | ||
| integer | idir | ||
| ) | 
| subroutine h1_proj | ( | real, dimension(1) | u, | 
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine matvec3 | ( | real, dimension (1) | uout, | 
| real, dimension (n1,n1,2) | Jmat, | ||
| real, dimension (1) | uin, | ||
| logical | iftrsp, | ||
| n1, | |||
| n2 | |||
| ) | 
| subroutine matvec3t | ( | real, dimension (n1,n2) | uout, | 
| real, dimension (n1,n1,2) | Jmat, | ||
| real, dimension (n1,n2) | uin, | ||
| logical | iftrsp, | ||
| n1, | |||
| n2 | |||
| ) | 
| subroutine matvect | ( | dimension(1) | out, | 
| dimension(n1,n2) | d, | ||
| dimension(1) | vec, | ||
| n1, | |||
| n2 | |||
| ) | 
| subroutine nvec_dssum | ( | real, dimension(1) | u, | 
| integer | stride, | ||
| integer | n, | ||
| integer | gs_handle | ||
| ) | 
| subroutine setupds | ( | integer | gs_handle, | 
| nx, | |||
| ny, | |||
| nz, | |||
| nel, | |||
| melg, | |||
| integer, dimension(1) | vertex, | ||
| integer*8, dimension(1) | glo_num | ||
| ) | 
| subroutine vec_dsop | ( | real, dimension(1) | u, | 
| real, dimension(1) | v, | ||
| real, dimension(1) | w, | ||
| nx, | |||
| ny, | |||
| nz, | |||
| character*3 | op | ||
| ) | 
| subroutine vec_dssum | ( | real, dimension(1) | u, | 
| real, dimension(1) | v, | ||
| real, dimension(1) | w, | ||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine vectof | ( | real, dimension(nx,ny,nz,1) | b, | 
| real, dimension(nx,ny) | a, | ||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine vectof_add | ( | dimension(nx,ny,nz,1) | b, | 
| dimension(nx,ny) | a, | ||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine vectofi | ( | integer, dimension(nx,ny,nz,1) | b, | 
| integer, dimension(nx,ny) | a, | ||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) | 
| subroutine zero_f | ( | dimension(nx,ny,nz,1) | b, | 
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) |