Add an overload of printGrid that does not need an MPIHelper
The function printGrid
expects an MPIHelper
as argument to construct a unique output filename. This is only necessary if this function is called in a parallel environment. This MR adds a simple overload that does not need such an MPIHelper and just uses the passed output filename. The old function still exists and appends the processor rank to the filename using the new overlad of the printGrid
function.