get_grid_str Function

private function get_grid_str(dims) result(grid_str)

Returns grid dimensions as string

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: dims(:)

Grid dimensions

Return Value character(len=:), allocatable

Grid string


Calls

proc~~get_grid_str~~CallsGraph proc~get_grid_str get_grid_str interface~to_str to_str proc~get_grid_str->interface~to_str proc~double_to_string double_to_string interface~to_str->proc~double_to_string proc~float_to_string float_to_string interface~to_str->proc~float_to_string proc~int32_to_string int32_to_string interface~to_str->proc~int32_to_string proc~int64_to_string int64_to_string interface~to_str->proc~int64_to_string proc~int8_to_string int8_to_string interface~to_str->proc~int8_to_string

Called by

proc~~get_grid_str~~CalledByGraph proc~get_grid_str get_grid_str proc~report dtfft_plan_t%report proc~report->proc~get_grid_str proc~dtfft_report_c dtfft_report_c proc~dtfft_report_c->proc~report