Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_global_search_dble (comp_info, control, len_cpl, var_id, grid_valid_shape, search, tgt_grid, neighbors_3d, nloc, num_neigh, extra_search, interpolation_methods, interpolation_search, n_intmethods, send_index, mask_available, use_mask, use_how, grid_type, ierror) |
subroutine psmile_global_search_dble | ( | Type (Enddef_comp),intent(in) | comp_info, | |
Integer,dimension (2, ndim_3d, search%npart),intent(in) | control, | |||
Integer,dimension (search%npart),intent(in) | len_cpl, | |||
Integer,intent(in) | var_id, | |||
Integer,dimension (2, ndim_3d),intent(in) | grid_valid_shape, | |||
Type (Enddef_search),intent(inout) | search, | |||
Type (dble_vector),dimension (ndim_3d),intent(in) | tgt_grid, | |||
Integer,dimension (ndim_3d, nloc, num_neigh),intent(inout) | neighbors_3d, | |||
Integer,intent(in) | nloc, | |||
Integer,intent(in) | num_neigh, | |||
Type (Extra_search_info),intent(inout) | extra_search, | |||
Integer,dimension (n_intmethods),intent(in) | interpolation_methods, | |||
Logical,dimension(n_intmethods),intent(in) | interpolation_search, | |||
Integer,intent(in) | n_intmethods, | |||
Integer,intent(in) | send_index, | |||
Logical,intent(in) | mask_available, | |||
Logical,intent(in) | use_mask, | |||
Integer,intent(in) | use_how, | |||
Integer,intent(in) | grid_type, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_global_search_dble.F90.
References a, PSMILe::Comps, PSMILe::Fields, PSMILe::Grids, max, PSMILe::Methods, not, PSMILe::paction, PRISM_Error_Alloc, psmile_add_points_found(), psmile_bsend(), psmile_enddef_action(), psmile_get_face_ind_21d(), psmile_get_face_ind_3d(), psmile_get_face_ind_reg(), psmile_get_faces_3d_dble(), psmile_get_faces_3d_reg_dble(), psmile_get_faces_gauss2_dble(), psmile_get_faces_irreg2_dble(), psmile_get_faces_virtual_ind(), psmile_search_donor_extra(), psmile_store_faces_3d_dble(), psmile_store_faces_3d_reg_dble(), psmile_store_faces_gauss2_dble(), psmile_store_faces_irreg2_dble(), psmile_trans_loc2glob_3d(), psmile_trans_loc2glob_gauss2(), psmile_transform_extent_back(), and psmile_transform_extent_cyclic().
Referenced by psmile_info_trs_loc_3d_reg_dble(), psmile_info_trs_loc_gauss2_dble(), psmile_info_trs_loc_irreg2_dble(), and psmile_info_trs_locs_3d_dble().