Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_mg_method_irreg2_real (comp_info, found, locations, search, array, shape_2d, range_2d, control_2d, shape_1d, range_1d, control_1d, m_arrays, m_levdim, grid_id, method_id, tol, ierror) |
subroutine psmile_mg_method_irreg2_real | ( | Type (Enddef_comp),intent(in) | comp_info, | |
Type (integer_vector),dimension (search%npart, 2) | found, | |||
Type (integer_vector),dimension (search%npart, 2) | locations, | |||
Type (Enddef_search) | search, | |||
Type (real_vector),dimension (ndim_3d, search%npart),intent(in) | array, | |||
Integer,dimension (2, ndim_3d, search%npart),intent(in) | shape_2d, | |||
Integer,dimension (2, ndim_3d, search%npart),intent(in) | range_2d, | |||
Integer,dimension (2, ndim_3d, search%npart),intent(in) | control_2d, | |||
Integer,dimension (2, ndim_3d, search%npart),intent(in) | shape_1d, | |||
Integer,dimension (2, ndim_3d, search%npart),intent(in) | range_1d, | |||
Integer,dimension (2, ndim_3d, search%npart),intent(in) | control_1d, | |||
Type (Enddef_mg_real) | m_arrays, | |||
Integer,dimension (ndim_3d),intent(in) | m_levdim, | |||
Integer,intent(in) | grid_id, | |||
Integer,intent(in) | method_id, | |||
Real,intent(in) | tol, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_mg_method_irreg2_real.F90.
References a, psmile_grid::common_grid_range, PSMILe::Grids, PSMILe::Methods, PRISM_Error_Alloc, psmile_bbcells_1d_real(), psmile_bbcells_2d_real(), psmile_bbcells_pole_real(), psmile_bbcells_virt_2d_real(), psmile_mg_method_1d_real(), and psmile_mg_method_2d_real().
Referenced by psmile_search_donor_irreg2_real().