Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_mg_method_gauss2_dble (method_id, search_range, tgt_shape, tgt_coords_x, tgt_coords_y, loc_fnd_shape, found, loc, virtual_cell, ierror) |
type(point_dble), dimension(4) | get_method_cell (idx, stencil, g_latitude_idx) |
type (point_dble),dimension(4) psmile_mg_method_gauss2_dble::get_method_cell | ( | integer,intent(in) | idx, | |
integer,dimension(16),intent(in) | stencil, | |||
integer,intent(in) | g_latitude_idx | |||
) |
Definition at line 389 of file psmile_mg_method_gauss2_dble.F90.
Referenced by psmile_mg_method_gauss2_dble(), and psmile_mg_method_gauss2_real().
subroutine psmile_mg_method_gauss2_dble | ( | integer,intent(in) | method_id, | |
integer,dimension (2, ndim_3d),intent(in) | search_range, | |||
integer,dimension(2,3),intent(in) | tgt_shape, | |||
double precision,dimension (tgt_shape(1,1),intent(in) | tgt_coords_x, | |||
double precision,dimension (tgt_shape(1,1),intent(in) | tgt_coords_y, | |||
integer,dimension(2,3),intent(out) | loc_fnd_shape, | |||
integer,dimension (loc_fnd_shape(1,1),intent(inout) | found, | |||
integer,dimension (loc_fnd_shape(1,1),intent(inout) | loc, | |||
integer,dimension (loc_fnd_shape(1,1),intent(out) | virtual_cell, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_mg_method_gauss2_dble.F90.
References a, psmile_grid::common_grid_range, get_method_cell(), psmile_debug_trace::ictl_ind, PSMILe::Methods, and PRISM_Error_Alloc.
Referenced by psmile_search_donor_gauss2_dble().