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