The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
vec_add Interface Reference

Detailed Description

Add vectors.

self = \( \gamma \) self + \( \alpha \) a + \( \beta \) b

Public Member Functions

subroutine vec_add (self, gamma, alpha, a, beta, b)
 

Constructor & Destructor Documentation

◆ vec_add()

subroutine vec_add ( class(oft_vector), intent(inout)  self,
real(r8), intent(in)  gamma,
real(r8), intent(in)  alpha,
class(oft_vector), intent(inout), target  a,
real(r8), intent(in), optional  beta,
class(oft_vector), intent(inout), optional, target  b 
)
virtual
Parameters
[in,out]selfVector object
[in]gammaScale of source vector
[in]alphaScale of first vector
[in,out]aFirst vector to add
[in]betaScale of second vector (optional)
[in,out]bSecond vector to add (optional)

The documentation for this interface was generated from the following file: