Storagew

This is code that demonstrates indirect fields used to represent fields stored on a domain decomposition. An indirect field is a field whose stored coefficients are handles to fields. Typically such a field is on a superset and the handles are to the “same” field on the subsets. This example generates a SAF database containing an unstructured mesh with two domains. Indirect fields are specified on the mesh which refer to fields actually stored in fields on the domains.

Parallel and serial behavior are identical due to use of SAF__ALL mode in all calls.