SOCIS 2014 Dune::ThreadCommunicator improved
Hi everybody,
I have improved the class for the communication. See my previous post here for more details.
I have finally decoupled the interface from the parallel implementation underneath. The interface is class Dune::Communicator which is present in the following header
communicator.hh while the two available implementation are Dune::ThreadCommunicator (described in the previous post) and Dune::MPICommunicator (based on the old Dune::BufferedCommunicator),
threadcommunicator.hh mpicommunicator.hh. Therefore, in order to use the MPI version the user will create the class
[Read More]