ParaComm extension for C++11 thread communication. More...
#include <stdexcept>
#include <iostream>
#include <ostream>
#include <fstream>
#include <sstream>
#include <string>
#include <iomanip>
#include <cassert>
#include "bbParaNodeTh.h"
#include "bbParaCalculationStateTh.h"
#include "bbParaSolverStateTh.h"
#include "bbParaSolverTerminationStateTh.h"
#include "ug/paraCommCPP11.h"
Go to the source code of this file.
Classes | |
class | BbParaCommCPP11 |
Communicator object for C++11 thread communications. More... | |
Namespaces | |
namespace | UG |
Macros | |
#define | DEF_BB_PARA_COMM(para_comm, comm) UG::BbParaCommCPP11 *para_comm = dynamic_cast< UG::BbParaCommCPP11* >(comm) |
Variables | |
static const int | BB_USER_TYPE_FIRST = UG_USER_TYPE_LAST + 1 |
bb user defined transfer data types More... | |
static const int | ParaSolverDiffParamType = BB_USER_TYPE_FIRST + 0 |
static const int | BB_USER_TYPE_LAST = BB_USER_TYPE_FIRST + 0 |
ParaComm extension for C++11 thread communication.
Definition in file bbParaCommCPP11.h.
#define DEF_BB_PARA_COMM | ( | para_comm, | |
comm | |||
) | UG::BbParaCommCPP11 *para_comm = dynamic_cast< UG::BbParaCommCPP11* >(comm) |
Definition at line 280 of file bbParaCommCPP11.h.