Dumux Dune kernel, isend

Version's name: Dumux Dune kernel, isend ; a version of the DuMuX DUNE kernel program.
Repository: [home] and version downloads: [.zip] [.tar.gz] [.tar.bz2] [.tar]
Implemented best practices: Overlapping computation and communication ·

This version uses MPI_Isend instead of the original MPI_Issend. This leaves MPI implementations more freedom about communication details. However it may lead to increased resource usage by the MPI implementation.