![]() |
OpenLB 1.8.1
|
#include <set>#include <vector>#include <algorithm>#include "mpiManager.h"#include "loadBalancer.h"#include "blockCommunicator.h"#include "blockCommunicationNeighborhood.h"#include "superCommunicationTagCoordinator.h"#include "utilities/functorPtr.h"
Include dependency graph for superCommunicator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::SuperCommunicator< T, SUPER > |
| Generic communicator for overlaps between blocks of SUPER. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Functions | |
| template<typename SUPER > | |
| olb::SuperCommunicator (SUPER &) -> SuperCommunicator< typename SUPER::value_t, SUPER > | |