Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_mg_search (comp_info, grid_id, search_data, requires_conserv_remap, found, locations, len, tol, ierror) |
subroutine psmile_mg_search | ( | Type (Enddef_comp),intent(in) | comp_info, | |
Integer,intent(in) | grid_id, | |||
Type (Enddef_search_data),intent(inout) | search_data, | |||
Logical,intent(in) | requires_conserv_remap, | |||
Type (integer_vector),dimension (search_data%npart, ndim_3d),intent(out) | found, | |||
Type (integer_vector),dimension (search_data%npart, ndim_3d),intent(out) | locations, | |||
Integer,dimension (search_data%npart, ndim_3d),intent(out) | len, | |||
Double Precision,intent(in) | tol, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 12 of file psmile_mg_search.F90.
References a, psmile_grid::get_num_independent_dims(), PSMILe::Grids, not, PRISM_Error_Alloc, psmile_mg_search_1d_dble(), psmile_mg_search_1d_real(), psmile_mg_search_2d_dble(), psmile_mg_search_2d_real(), psmile_mg_search_3d_dble(), and psmile_mg_search_3d_real().
Referenced by psmile_search_donor_cells().