Go to the source code of this file.
Functions/Subroutines | |
| subroutine | psmile_compact_neighbors_3d (neighbors_3d, nloc, num_neigh, grid_valid_shape, extra_search, send_info, neighbors, ierror) |
| subroutine psmile_compact_neighbors_3d | ( | Integer,dimension (ndim_3d, nloc, num_neigh),intent(in) | neighbors_3d, | |
| Integer,intent(in) | nloc, | |||
| Integer,intent(in) | num_neigh, | |||
| Integer,dimension (2, ndim_3d),intent(in) | grid_valid_shape, | |||
| Type(Extra_search_info),intent(in) | extra_search, | |||
| Type (Send_information),intent(inout) | send_info, | |||
| Integer,dimension (nloc, num_neigh),intent(out) | neighbors, | |||
| Integer,intent(out) | ierror | |||
| ) |
Definition at line 11 of file psmile_compact_neighbors_3d.F90.
References a, and PRISM_Error_Alloc.
Referenced by psmile_info_trs_loc_3d_reg_dble(), psmile_info_trs_loc_3d_reg_real(), psmile_info_trs_loc_gauss2_dble(), psmile_info_trs_loc_gauss2_real(), psmile_info_trs_loc_irreg2_dble(), psmile_info_trs_loc_irreg2_real(), psmile_info_trs_locs_3d_dble(), and psmile_info_trs_locs_3d_real().

1.6.1