NeoPZ
tpzparallelenviroment.h
Go to the documentation of this file.
1 
8 #ifndef TPZPARALLELENVIROMENT_H
9 #define TPZPARALLELENVIROMENT_H
10 
11 #ifdef USING_TBB
12 #include <tbb/partitioner.h>
13 #endif
14 
16 {
17  public:
20 
23 
24 #ifdef USING_TBB
25  tbb::affinity_partitioner fSubstructurePartitioner;
26 #endif
27 
28 };
29 
30 // Extern Variable
32 
33 #endif // TPZPARALLELENVIROMENT_H
TPZParallelEnviroment pzenviroment