AMS_Memory_get_field_block
Gets the dimensions of a particular field in memory object.
Synopsis
int AMS_Memory_get_field_block(AMS_Memory mem, char *name, int *dim, int **start, int **end)
Input Parameters
- mem
- the memory object
- name
- the field name
Output Parameters
- len
- pointer to the number of dimensions (i.e 2 for 2-D, 3 for 3-D field
- start
- array of starting indices (one per dimension)
- end
- array of ending indices (one per dimension)
Location:amsacc.c