Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_transform_gauss2 (search, glen, map_shape, map, locations, found, glocations, gfound, cell_based_switch, nlev, grid_valid_shape, ierror) |
subroutine psmile_transform_gauss2 | ( | Type (Enddef_search) | search, | |
Integer,dimension (search%npart, 2),intent(in) | glen, | |||
Integer,dimension(3),intent(in) | map_shape, | |||
Integer,dimension (map_shape(1),intent(in) | map, | |||
Type (integer_vector),dimension (search%npart, ndim_3d),intent(in) | locations, | |||
Type (integer_vector),dimension (search%npart, ndim_3d),intent(in) | found, | |||
Type (integer_vector),dimension (search%npart, 2),intent(inout) | glocations, | |||
Type (integer_vector),dimension (search%npart, 2),intent(inout) | gfound, | |||
Logical,intent(in) | cell_based_switch, | |||
Integer,intent(in) | nlev, | |||
Integer,dimension(2),intent(in) | grid_valid_shape, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 2 of file psmile_transform_gauss2.F90.
References a, psmile_debug_trace::ictl_ind, and psmile_transform_index_3d_to_1d().
Referenced by psmile_search_donor_gauss2_dble(), and psmile_search_donor_gauss2_real().