slice_max_sum_omp Subroutine

public subroutine slice_max_sum_omp(self, max_val, sum_val, f, i_slice, enforced_data_loc)

m_base_backend

Type Bound

omp_backend_t

Arguments

Type IntentOptional Attributes Name
class(omp_backend_t) :: self
real(kind=dp), intent(out) :: max_val
real(kind=dp), intent(out) :: sum_val
class(field_t), intent(in) :: f
integer, intent(in) :: i_slice
integer, intent(in), optional :: enforced_data_loc

Calls

proc~~slice_max_sum_omp~~CallsGraph proc~slice_max_sum_omp m_omp_backend::omp_backend_t%slice_max_sum_omp proc~get_dims m_mesh::mesh_t%get_dims proc~slice_max_sum_omp->proc~get_dims proc~get_padded_dims m_allocator::allocator_t%get_padded_dims proc~slice_max_sum_omp->proc~get_padded_dims proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc