- coordProdSTFuncStencilFiller
coordProdSTFuncStencilFiller¶
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
Fill matrix elements using CoordProdSTFuncStencilElement blocks.
coordProdSTFuncStencilFiller 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 thefunctionOffset
in each CoordProdSTFuncStencilElement, and multiplied by thevalue
in that CoordProdSTFuncStencilElement.
- CoordProdSTFuncStencilElement (code block, required)
The
coordProdSTFuncStencilFiller
block must contain at least one CoordProdSTFuncStencilElement block. CoordProdSTFuncStencilElement defines the non-zero values in a row of the matrix.