Scippy

UG

Ubiquity Generator framework

bbParaSolverStateTh.h File Reference

BbParaSolverState extension for threads communication. More...

Go to the source code of this file.

Classes

class  BbParaSolverStateTh
 class BbParaSolverStateTh (ParaSolver state object for notification message by thread communication) More...
 

Namespaces

namespace  UG
 

Macros

#define DEF_PARA_SOLVER_STATE(para_state, state)   BbParaSolverStateTh *para_state = dynamic_cast< BbParaSolverStateTh* >(state)
 

Detailed Description

BbParaSolverState extension for threads communication.

Author
Yuji Shinano

Definition in file bbParaSolverStateTh.h.

Macro Definition Documentation

◆ DEF_PARA_SOLVER_STATE

#define DEF_PARA_SOLVER_STATE (   para_state,
  state 
)    BbParaSolverStateTh *para_state = dynamic_cast< BbParaSolverStateTh* >(state)

Definition at line 116 of file bbParaSolverStateTh.h.