x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
vecadd
Interface
13 statements
Source File
backend.f90
m_base_backend
vecadd
Contents
None
interface
public subroutine vecadd(self, a, x, b, y)
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_backend_t
)
::
self
real(kind=dp),
intent(in)
::
a
class(
field_t
),
intent(in)
::
x
real(kind=dp),
intent(in)
::
b
class(
field_t
),
intent(inout)
::
y
Description
adds two vectors together: y = a
x + b
y