Scippy

UG

Ubiquity Generator framework

bbParaCommPth.h File Reference
#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/paraCommPth.h"

Go to the source code of this file.

Classes

class  BbParaCommPth
 Communicator object for pthreads thread communications. More...
 

Namespaces

 UG
 

Macros

#define DEF_BB_PARA_COMM(para_comm, comm)   UG::BbParaCommPth *para_comm = dynamic_cast< UG::BbParaCommPth* >(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
 

Macro Definition Documentation

◆ DEF_BB_PARA_COMM

#define DEF_BB_PARA_COMM (   para_comm,
  comm 
)    UG::BbParaCommPth *para_comm = dynamic_cast< UG::BbParaCommPth* >(comm)

Definition at line 261 of file bbParaCommPth.h.