get_rdr_from_dirs Function

public pure function get_rdr_from_dirs(dir_from, dir_to) result(rdr_dir)

Returns RDR_?2? value based on two direction inputs

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: dir_from
integer, intent(in) :: dir_to

Return Value integer


Called by

proc~~get_rdr_from_dirs~~CalledByGraph proc~get_rdr_from_dirs m_common::get_rdr_from_dirs proc~get_field_data m_base_backend::base_backend_t%get_field_data proc~get_field_data->proc~get_rdr_from_dirs proc~set_field_data m_base_backend::base_backend_t%set_field_data proc~set_field_data->proc~get_rdr_from_dirs proc~initial_conditions_channel m_case_channel::case_channel_t%initial_conditions_channel proc~initial_conditions_channel->proc~set_field_data proc~run m_base_case::base_case_t%run proc~run->proc~get_field_data proc~scalar_product_omp m_omp_backend::omp_backend_t%scalar_product_omp proc~scalar_product_omp->proc~get_field_data proc~set_init m_base_case::base_case_t%set_init proc~set_init->proc~set_field_data proc~initial_conditions_tgv m_case_tgv::case_tgv_t%initial_conditions_tgv proc~initial_conditions_tgv->proc~set_init program~xcompact xcompact program~xcompact->proc~run