Temporary array in derivatives_div
In derivatives_div we are allocating ff_uvw as a pointer, and then passing this to derivatives_perform, which require a contiguous array.
This leads to the creation of a temporary array.
In derivatives_div we are allocating ff_uvw as a pointer, and then passing this to derivatives_perform, which require a contiguous array.
This leads to the creation of a temporary array.