|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Add values to a matrix.
Public Member Functions | |
| subroutine | mat_add_values (self, i_inds, j_inds, b, n, m, iblock, jblock, loc_cache) |
|
virtual |
| [in,out] | self | Matrix object |
| [in] | i_inds | Row indices of entries to add [n] |
| [in] | j_inds | Column indices of entries to add [m] |
| [in] | b | Values to set [n,m] |
| [in] | n | Number of rows in local matrix |
| [in] | m | Number of columns in local matrix |
| [in] | iblock | Row block (optional) |
| [in] | jblock | Column block (optional) |
| [in,out] | loc_cache | Cache of entry locations |