Go to the source code of this file.
Defines | |
| #define | SEARCH_ON_FINAL_GRID |
Functions/Subroutines | |
| subroutine | psmile_search_donor_2d_real (found, locations, len, search, ipart, grid_id, first_method_id, var_id, tol, ierror) |
| #define SEARCH_ON_FINAL_GRID |
| subroutine psmile_search_donor_2d_real | ( | Integer,dimension (len),intent(inout) | found, | |
| Integer,dimension (ndim_2d, len),intent(inout) | locations, | |||
| Integer,intent(in) | len, | |||
| Type (Enddef_search) | search, | |||
| Integer,intent(in) | ipart, | |||
| Integer,intent(in) | grid_id, | |||
| Integer,intent(in) | first_method_id, | |||
| Integer,intent(in) | var_id, | |||
| Real,intent(in) | tol, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 11 of file psmile_search_donor_2d_real.F90.
References a, PSMILe::Grids, PRISM_Error_Alloc, psmile_mg_coarse_2d_real(), psmile_mg_final_2d_real(), and psmile_mg_next_level_2d_real().
Referenced by psmile_search_donor_cells().


1.6.1