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
mat_apply_vec Interface Reference

Detailed Description

Apply the matrix to a field and optionally add it to an existing field.

b = self * a

Note
This subroutine is a dummy routine used to specify the interface of the member function and catch errors in uninitialized matrices.
Parameters
[in]aSource field
[in,out]bResult of matrix product
[in]betaFactor for matrix addition

Public Member Functions

subroutine mat_apply_vec (self, a, b)
 

Constructor & Destructor Documentation

◆ mat_apply_vec()

subroutine mat_apply_vec ( class(oft_matrix), intent(inout)  self,
class(oft_vector), intent(inout), target  a,
class(oft_vector), intent(inout)  b 
)
virtual

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