Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_neigh_trili_gauss2 (grid_id, grid_valid_shape, interpolation_mode, srcloc, virtual_cell, nloc, virtual_cell_available, neighbors_3d, num_neigh, ierror) |
subroutine psmile_neigh_trili_gauss2 | ( | Integer,intent(in) | grid_id, | |
Integer,dimension (2, ndim_3d),intent(in) | grid_valid_shape, | |||
Integer,intent(in) | interpolation_mode, | |||
Integer,dimension (ndim_3d, nloc),intent(in) | srcloc, | |||
Integer,dimension (nloc),intent(in) | virtual_cell, | |||
Integer,intent(in) | nloc, | |||
Logical,intent(in) | virtual_cell_available, | |||
Integer,dimension (ndim_3d, nloc, num_neigh),intent(out) | neighbors_3d, | |||
Integer,intent(in) | num_neigh, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 12 of file psmile_neigh_trili_gauss2.F90.
References a, psmile_debug_trace::ictl, psmile_gauss_1d_global_to_local(), psmile_gauss_3d_to_global_1d(), psmile_gauss_get_bili_stencil(), and psmile_gauss_shift_bili_stencil().
Referenced by psmile_info_trs_loc_gauss2_dble(), and psmile_info_trs_loc_gauss2_real().