Iterator Functions

Synopsis:

  1. Open a file
  2. Call F5iterate_timeslices() on it
  3. Let the timeslice callback function call F5iterate_grids()
  4. Let the grid callback function call F5iterate_vertex_fields() if you are interested in all available vertex-related fields.

The current implementation status only allows to scan all fields given on the default Topology of Grid objects.