vector_norm_squared_omp Function

public function vector_norm_squared_omp(self, a, b, c) result(norm_squared)

Global sum of a2 + b2 + c**2, with one MPI reduction.

Type Bound

omp_backend_t

Arguments

Type IntentOptional Attributes Name
class(omp_backend_t) :: self
class(field_t), intent(in) :: a
class(field_t), intent(in) :: b
class(field_t), intent(in) :: c

Return Value real(kind=dp)


Calls

proc~~vector_norm_squared_omp~~CallsGraph proc~vector_norm_squared_omp m_omp_backend::omp_backend_t%vector_norm_squared_omp mpi_allreduce mpi_allreduce proc~vector_norm_squared_omp->mpi_allreduce proc~get_dims m_mesh::mesh_t%get_dims proc~vector_norm_squared_omp->proc~get_dims proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc