stencilFiller
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimMD licenses.
Fill matrix elements using
StencilElement
blocks.
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).
StencilElement (code block, required)
StencilElement
block. StencilElement
defines the
non-zero values in a row of the matrix.