Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Extract a selection of elements from a vectorfieldset. The vector supplied as the argument provides the set of indices to be used. For example:
# copies fields 2, 1, 3 of x into y
x = |2, 1, 3|
y = x[i]

...