|
The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
|
Apply the matrix to a field and optionally add it to an existing field.
b = self * a
| [in] | a | Source field |
| [in,out] | b | Result of matrix product |
| [in] | beta | Factor for matrix addition |
Public Member Functions | |
| subroutine | mat_apply_vec (self, a, b) |
|
virtual |