preCICE v3.1.2
|
#include "Parallel.hpp"
#include <algorithm>
#include <map>
#include <memory>
#include <numeric>
#include <ostream>
#include <utility>
#include <vector>
#include "assertion.hpp"
#include "com/MPIDirectCommunication.hpp"
#include "logging/LogMacros.hpp"
#include "logging/Logger.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::utils |
contains precice-related utilities. | |
Functions | |
std::ostream & | precice::utils::operator<< (std::ostream &out, const Parallel::CommState &value) |
pretty printer for CommState | |