nodeStencilFiller
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimMD licenses.
Fill matrix elements for node-centered fields when a grid boundary is present.
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)
The StencilFiller
block must contain at least one
StencilElement
block. StencilElement
defines the
non-zero values in a row of the matrix.
gridBoundary (string, default = universe)
Name of the GridBoundary specifying the geometry.
rowInteriorosity (string vector, required if grid boundary is not universe)
Which node locations are valid for filling matrix rows. Options
are any combination of insideBoundary
,
cutByBoundary
, and outsideBoundary
.
columnInteriorosity (string vector, required if grid boundary is not universe)
Which node locations are valid for columns within matrix
rows. Options are any combination of insideBoundary
,
cutByBoundary
, and outsideBoundary
.