Skip to content

Parametrize the Communication with No_Comm

Simon Praetorius requested to merge issue/collective-communication into master

The Dune::Communication should be parametrized with a "Communicator", typically either MPI_Comm or Dune::No_Comm. Since FoamGrid is not parallel, the correct type should be No_Comm.

Merge request reports