Allow parallel runs
Description
The current state of the code only allows sequential runs. The idea here is to clean up the code so that PDELab is able to run in parallel. Although is not the main goal of this issue, this would be one of the first steps to improve the overall performance of the simulation.
Proposal
- Fix the load balance method in
dune-multidomaingrid
- Setup
dune-pdelab
to run parallel problems - Check out that output is similar to sequential runs.
How to test the implementation?
The ideal test would be to compare the vtk output of a parallel run against a sequential run. However, that's not possible yet in dune-testtools
.