Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_global_search_nnx_real (comp_info, search, var_id, tgt_coords_x, tgt_coords_y, tgt_coords_z, neighbors_3d, nloc, num_neigh, nb_extra, extra_search, send_index, ierror) |
subroutine psmile_global_search_nnx_real | ( | Type (Enddef_comp),intent(in) | comp_info, | |
Type (Enddef_search),intent(inout) | search, | |||
Integer,intent(in) | var_id, | |||
Real,dimension (nloc),intent(in) | tgt_coords_x, | |||
Real,dimension (nloc),intent(in) | tgt_coords_y, | |||
Real,dimension (nloc),intent(in) | tgt_coords_z, | |||
Integer,dimension (ndim_3d, nloc, num_neigh),intent(inout) | neighbors_3d, | |||
Integer,intent(in) | nloc, | |||
Integer,intent(in) | num_neigh, | |||
Integer,intent(in) | nb_extra, | |||
Type (Extra_search_info),intent(inout) | extra_search, | |||
Integer,intent(in) | send_index, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_global_search_nnx_real.F90.
References a, PSMILe::Comps, PSMILe::Fields, PSMILe::Grids, max, PSMILe::Methods, not, PSMILe::paction, PRISM_Error_Alloc, psmile_add_nn_found_real(), psmile_bsend(), psmile_enddef_action(), psmile_search_donor_extra(), psmile_select_nn_found(), psmile_transform_extent_back(), and psmile_transform_extent_cyclic().
Referenced by psmile_info_trs_loc_3d_reg_real(), psmile_info_trs_loc_gauss2_real(), and psmile_info_trs_loc_irreg2_real().