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

Detailed Description

Add fields.

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

Parameters
[in]gammaScale of source field
[in]alphaScale of first field
[in]aFirst field to add
[in]betaScale of second field (optional)
[in]bSecond field to add (optional)
Note
This subroutine is a dummy routine used to specify the interface of the member function and catch errors in uninitialized fields.

Public Member Functions

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

Constructor & Destructor Documentation

◆ cvec_add_cvec()

subroutine cvec_add_cvec ( class(oft_cvector), intent(inout)  self,
complex(c8), intent(in)  gamma,
complex(c8), intent(in)  alpha,
class(oft_cvector), intent(inout), target  a,
complex(c8), intent(in), optional  beta,
class(oft_cvector), intent(inout), optional, target  b 
)
virtual

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