x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
scalar_product
Interface
10 statements
Source File
backend.f90
m_base_backend
scalar_product
Contents
None
interface
public function scalar_product(self, x, y) result(s)
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_backend_t
)
::
self
class(
field_t
),
intent(in)
::
x
class(
field_t
),
intent(in)
::
y
Return Value
real(kind=dp)
Description
Calculates the scalar product of two input fields