getFixedW Module Function

pure module function getFixedW(this, ind) result(wMat)

Return fixed mapping matrix with given index

Arguments

Type IntentOptional Attributes Name
class(InelasticGridData), intent(in) :: this
integer(kind=ik), intent(in) :: ind

Return Value type(SparseRowData)