Go to the source code of this file.
Functions/Subroutines | |
| subroutine | psmile_mg_search_1d_dble (grid_id, idim, found, locations, coords, len, tol, ierror) |
| subroutine psmile_mg_search_1d_dble | ( | Integer,intent(in) | grid_id, | |
| Integer,intent(in) | idim, | |||
| Integer,dimension (len),intent(inout) | found, | |||
| Integer,dimension (len),intent(inout) | locations, | |||
| Double Precision,dimension (len),intent(in) | coords, | |||
| Integer,intent(in) | len, | |||
| Double Precision,intent(in) | tol, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 11 of file psmile_mg_search_1d_dble.F90.
References a, PSMILe::Grids, psmile_mg_coarse_1d_dble(), and psmile_mg_next_level_1d_dble().
Referenced by psmile_mg_search().


1.6.1