Bugfix: Initialize communicator before grid generation.
The grid generator is using mpi in Point-In-Object Test during the timing process. The problem was: Our MPI Communicator, which initialised MPI, was created after the grid generation.
Closes #28 (closed)