operatorEntityGenerator (1d, 2d, 3d)
Sets the output variable to 0 everywhere the entity is not defined and 1 everywhere it is defined. This is useful for debugging boundary conditions.
out (string vector)<Updater init>
  kind = paintEntity2d
  onGrid = domain
  out = [q]
  entity = ghost
</Updater>