binCells (1d, 2d, 3d)

Initializes a bin dataStruct by storing cell data inside the bin structure. Every cell partially or completely inside the bin is stored in the bin.

Data

out (string vector)
output bin where the cell binning data is stored

Example

<Updater fillBin>
  kind = binCells2d
  onGrid = domain
  out = [cellBin]
</Updater>