Go to the source code of this file.
Functions/Subroutines | |
| subroutine | psmile_neigh_cells_3d_reg_real (grid_valid_shape, interpolation_mode, cyclic, grid_id, search, corners, npoints, srclocs, ncpl, nbr_cells, ierror) |
| subroutine psmile_neigh_cells_3d_reg_real | ( | Integer,dimension (2, ndim_3d),intent(in) | grid_valid_shape, | |
| Integer,intent(in) | interpolation_mode, | |||
| Logical,dimension (ndim_3d),intent(in) | cyclic, | |||
| Integer,intent(in) | grid_id, | |||
| Type (Enddef_search),intent(in) | search, | |||
| Type (real_vector),dimension (ndim_3d, search%npart),intent(in) | corners, | |||
| Integer,dimension (ndim_3d, search%npart),intent(in) | npoints, | |||
| Type (integer_vector),dimension (ndim_3d, search%npart),intent(in) | srclocs, | |||
| Integer,intent(in) | ncpl, | |||
| Integer,dimension(ncpl),intent(out) | nbr_cells, | |||
| Integer,intent(out) | ierror | |||
| ) |
Definition at line 10 of file psmile_neigh_cells_3d_reg_real.F90.
References a, PSMILe::Grids, max, PSMILe::neighcells_3d, not, and PRISM_Error_Alloc.
Referenced by psmile_info_trs_loc_3d_reg_real(), psmile_info_trs_loc_gauss2_real(), and psmile_info_trs_loc_irreg2_real().

1.6.1