Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_ccompact_irreg2_dble (send_info, grid_valid_shape, shape, nb_corners, array_x, array_y, array_z, extra_search, dest_size, nbr_cells_tot, source_cell_index, neighcells, dest_x, dest_y, dest_z, ierror) |
subroutine psmile_ccompact_irreg2_dble | ( | Type (Send_information),intent(inout) | send_info, | |
Integer,dimension (2, ndim_3d),intent(in) | grid_valid_shape, | |||
Integer,dimension(2,3),intent(in) | shape, | |||
Integer,intent(in) | nb_corners, | |||
Double Precision,dimension ( shape(1,1),intent(in) | array_x, | |||
Double Precision,dimension ( shape(1,1),intent(in) | array_y, | |||
Double Precision,dimension ( shape(1,3),intent(in) | array_z, | |||
Type (Extra_search_info),intent(inout) | extra_search, | |||
Integer,intent(in) | dest_size, | |||
Integer,intent(in) | nbr_cells_tot, | |||
Integer,dimension (nbr_cells_tot),intent(inout) | source_cell_index, | |||
Integer,dimension (nbr_cells_tot, nb_corners),intent(inout) | neighcells, | |||
Double Precision,dimension (dest_size),intent(out) | dest_x, | |||
Double Precision,dimension (dest_size),intent(out) | dest_y, | |||
Double Precision,dimension (dest_size),intent(out) | dest_z, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_ccompact_irreg2_dble.F90.
Referenced by psmile_info_trs_loc_irreg2_dble().