Remove temporary arrays
Description
Compiling the code with GFortra with -Warray-temporaries
points out to
many temporary array been created at compile time.
While we cannot remove all of them, many of them are removed here.
News snippet
Code optimization
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.