Data access pattern

In the UserMatCPU, arrays with the p_ prefix are data pointers to arrays used for calculation of material response.

Since arrays are structured per integration point for CPU implementation, there is no need to calculate global offsets. For instance, p_strain[0] through p_strain[5] relate to the current integration point.