x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
scalar_product_omp
Function
41 statements
Source File
backend.f90
m_omp_backend
scalar_product_omp
Contents
public function scalar_product_omp(self, x, y) result(s)
Uses
m_common
mpi
Type Bound
omp_backend_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
omp_backend_t
)
::
self
class(
field_t
),
intent(in)
::
x
class(
field_t
),
intent(in)
::
y
Return Value
real(kind=dp)