Functions/Subroutines | |
| subroutine | setup_neknek_wts |
| subroutine | neknek_setup |
| subroutine | set_intflag |
| subroutine | bcopy |
| subroutine | chk_outflow |
| subroutine | neknekmv () |
| subroutine | setup_int_neknek (dxf, dyf, dzf) |
| subroutine | exchange_points (dxf, dyf, dzf) |
| subroutine | neknek_exchange |
| subroutine | field_eval (fieldout, fieldstride, fieldin) |
| subroutine | nekneksanchk |
| subroutine | neknek_xfer_fld (u, ui) |
| subroutine | fix_surface_flux |
| subroutine | surface_flux_area (dq, aq, qx, qy, qz, e, f, w) |
| subroutine | rescale_x_ms (x, x0, x1) |
| subroutine | vol_flow_ms |
| subroutine | compute_vol_soln_ms (vxc, vyc, vzc, prc) |
| subroutine | plan3_vol_ms (vxc, vyc, vzc, prc) |
| subroutine | plan4_vol_ms (vxc, vyc, vzc, prc) |
| subroutine bcopy |
| subroutine chk_outflow |
| subroutine compute_vol_soln_ms | ( | real, dimension(lx1,ly1,lz1,lelv) | vxc, |
| real, dimension(lx1,ly1,lz1,lelv) | vyc, | ||
| real, dimension(lx1,ly1,lz1,lelv) | vzc, | ||
| real, dimension(lx2,ly2,lz2,lelv) | prc | ||
| ) |
| subroutine exchange_points | ( | dxf, | |
| dyf, | |||
| dzf | |||
| ) |
| subroutine field_eval | ( | real, dimension(1) | fieldout, |
| integer | fieldstride, | ||
| real, dimension(1) | fieldin | ||
| ) |
| subroutine fix_surface_flux |
| subroutine neknek_exchange |
| subroutine neknek_setup |
| subroutine neknek_xfer_fld | ( | real, dimension(1) | u, |
| real, dimension(1) | ui | ||
| ) |
| subroutine neknekmv |
| subroutine nekneksanchk |
| subroutine plan3_vol_ms | ( | real, dimension(lx1,ly1,lz1,lelv) | vxc, |
| real, dimension(lx1,ly1,lz1,lelv) | vyc, | ||
| real, dimension(lx1,ly1,lz1,lelv) | vzc, | ||
| real, dimension(lx2,ly2,lz2,lelv) | prc | ||
| ) |
| subroutine plan4_vol_ms | ( | real, dimension(lx1,ly1,lz1,lelv) | vxc, |
| real, dimension(lx1,ly1,lz1,lelv) | vyc, | ||
| real, dimension(lx1,ly1,lz1,lelv) | vzc, | ||
| real, dimension(lx2,ly2,lz2,lelv) | prc | ||
| ) |
| subroutine rescale_x_ms | ( | real, dimension(1) | x, |
| x0, | |||
| x1 | |||
| ) |
| subroutine set_intflag |
| subroutine setup_int_neknek | ( | real | dxf, |
| real | dyf, | ||
| real | dzf | ||
| ) |
| subroutine setup_neknek_wts |
| subroutine surface_flux_area | ( | dq, | |
| aq, | |||
| real, dimension(l,1) | qx, | ||
| real, dimension(l,1) | qy, | ||
| real, dimension(l,1) | qz, | ||
| integer | e, | ||
| integer | f, | ||
| real, dimension(lx1,ly1,lz1) | w | ||
| ) |
| subroutine vol_flow_ms |