- stFuncStencilFiller
stFuncStencilFiller¶
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
Fill matrix elements using
stfuncstencilelement
blocks.
stFuncStencilFiller Parameters¶
- minDim (integer, required)
If NDIM < minDim, the filler will not be used to fill the matrix.
- component (integer, required if componentBounds not specified)
If a single-component fill, the component over which this filler operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).
- componentBounds (integer vector, required if component not specified)
The component range over which this filler operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).
STFunc
(code block, required)
The
STFunc
that will be calculated at the.functionOffset
in eachSTFuncStencilElement
, and multiplied by the.value
in thatSTFuncStencilElement
.
STFuncStencilElement
(code block, required)
The
stFuncStencilFiller
block must contain at least one STFuncStencilElement block. STFuncStencilElement defines the non-zero values in a row of the matrix.