first_index Function

pure function first_index(block_id) result(outbox_1st_index)

result is the halo_outbox first index corresponding to the block identifier block_id

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: block_id

Return Value integer


Called by

proc~~first_index~~CalledByGraph proc~first_index first_index proc~get_neighbor_block_id~2 get_neighbor_block_id proc~get_neighbor_block_id~2->proc~first_index proc~set_normal_scalar_fluxes~2 set_normal_scalar_fluxes proc~set_normal_scalar_fluxes~2->proc~first_index proc~get_normal_scalar_fluxes get_normal_scalar_fluxes proc~get_normal_scalar_fluxes->proc~first_index proc~get_surface_positions get_surface_positions proc~get_surface_positions->proc~first_index proc~is_external_boundary is_external_boundary proc~is_external_boundary->proc~first_index interface~set_normal_scalar_fluxes~2 set_normal_scalar_fluxes interface~set_normal_scalar_fluxes~2->proc~set_normal_scalar_fluxes~2 interface~get_surface_positions get_surface_positions interface~get_surface_positions->proc~get_surface_positions interface~is_external_boundary is_external_boundary interface~is_external_boundary->proc~is_external_boundary interface~get_normal_scalar_fluxes get_normal_scalar_fluxes interface~get_normal_scalar_fluxes->proc~get_normal_scalar_fluxes interface~get_neighbor_block_id~2 get_neighbor_block_id interface~get_neighbor_block_id~2->proc~get_neighbor_block_id~2

Contents

None