The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
mat_set_values Interface Reference

Detailed Description

Set values of a matrix.

Public Member Functions

subroutine mat_set_values (self, i_inds, j_inds, b, n, m, iblock, jblock)

Constructor & Destructor Documentation

◆ mat_set_values()

subroutine mat_set_values ( class(oft_matrix), intent(inout) self,
integer(i4), dimension(n), intent(in) i_inds,
integer(i4), dimension(m), intent(in) j_inds,
real(r8), dimension(n,m), intent(in) b,
integer(i4), intent(in) n,
integer(i4), intent(in) m,
integer(i4), intent(in), optional iblock,
integer(i4), intent(in), optional jblock )
virtual
Parameters
[in,out]selfMatrix object
[in]i_indsRow indices of entries to set [n]
[in]j_indsColumn indices of entries to set [m]
[in]bValues to set [n,m]
[in]nNumber of rows in local matrix
[in]mNumber of columns in local matrix
[in]iblockRow block (optional)
[in]jblockColumn block (optional)

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