Synopsis:
- Open a file
 
- Call F5iterate_timeslices() on it
 
- Let the timeslice callback function call F5iterate_grids()
 
- Let the grid callback function call F5iterate_vertex_fields() if you are interested in all available vertex-related fields. 
 
 
More...
Synopsis:
- Open a file
 
- Call F5iterate_timeslices() on it
 
- Let the timeslice callback function call F5iterate_grids()
 
- 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.