Functions/Subroutines | |
| subroutine | set_overlap |
| subroutine | overflow_ck (n_req, n_avail, signal) |
| subroutine | iunswap (b, ind, n, temp) |
| subroutine | set_fem_data_l2 (nep, nd, no, x, y, z, p) |
| subroutine | map_face12 (x2, x1, w1, w2) |
| subroutine | map_one_face12 (x2, x1, iface, i12, i12t, w1, w2) |
| subroutine | dface_add1sa (x) |
| subroutine | faces (a, s, ie, iface, nx, ny, nz) |
| subroutine faces | ( | dimension(nx,ny,nz,lelt) | a, |
| s, | |||
| ie, | |||
| iface, | |||
| nx, | |||
| ny, | |||
| nz | |||
| ) |
| subroutine iunswap | ( | integer, dimension(1) | b, |
| integer, dimension(1) | ind, | ||
| n, | |||
| integer, dimension(1) | temp | ||
| ) |
| subroutine map_face12 | ( | real, dimension(lx1*ly1*lz1,1) | x2, |
| real, dimension(lx1*ly1*lz1,1) | x1, | ||
| real, dimension(1) | w1, | ||
| real, dimension(1) | w2 | ||
| ) |
| subroutine map_one_face12 | ( | real, dimension(lx1,ly1,lz1) | x2, |
| real, dimension(lx1,ly1,lz1) | x1, | ||
| iface, | |||
| real, dimension(1) | i12, | ||
| real, dimension(1) | i12t, | ||
| real, dimension(1) | w1, | ||
| real, dimension(1) | w2 | ||
| ) |
| subroutine overflow_ck | ( | n_req, | |
| n_avail, | |||
| character*11 | signal | ||
| ) |
| subroutine set_fem_data_l2 | ( | nep, | |
| nd, | |||
| no, | |||
| real, dimension(lx1,ly1,lz1,1) | x, | ||
| real, dimension(lx1,ly1,lz1,1) | y, | ||
| real, dimension(lx1,ly1,lz1,1) | z, | ||
| real, dimension(lx1,ly1,lz1,1) | p | ||
| ) |
| subroutine set_overlap |