preCICE v3.1.2
|
#include <iosfwd>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "logging/Logger.hpp"
#include "precice/impl/Types.hpp"
#include <mpi.h>
Go to the source code of this file.
Classes | |
class | precice::utils::Parallel |
Utility class for managing MPI operations. More... | |
struct | precice::utils::Parallel::CommState |
struct | fmt::formatter< precice::utils::Parallel::CommState > |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::logging |
contains the logging framework. | |
namespace | precice::utils |
contains precice-related utilities. | |
Functions | |
std::ostream & | precice::utils::operator<< (std::ostream &out, const Parallel::CommState &value) |
pretty printer for CommState | |