Functions/Subroutines | |
| pure subroutine | generate_stencil (n, stl, stl_index, spatial_dimension, do_orig, do_xy_quad, do_yz_quad, do_zx_quad, naxes, nquad, nocts) |
| Populate stencil index array. | |
| integer function, dimension(3) | get_stencil_loc (stl, stl_index) |
| Get neighbor index from stencil index. | |
| integer function, dimension(3) | shift_stencil_loc (indices, direction) |
| Shift neighbor index to match array index. | |
| integer function, dimension(3) mod_generate_stencil::get_stencil_loc | ( | integer, dimension(:,:,:), intent(in) | stl, |
| integer, intent(in) | stl_index ) |
Get neighbor index from stencil index.