NeoPZ
SubStruct
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
15
class
TPZParallelEnviroment
16
{
17
public
:
19
TPZParallelEnviroment
() {};
20
22
~TPZParallelEnviroment
() {};
23
24
#ifdef USING_TBB
25
tbb::affinity_partitioner fSubstructurePartitioner;
26
#endif
27
28
};
29
30
// Extern Variable
31
extern
TPZParallelEnviroment
pzenviroment
;
32
33
#endif // TPZPARALLELENVIROMENT_H
TPZParallelEnviroment
Definition:
tpzparallelenviroment.h:15
TPZParallelEnviroment::TPZParallelEnviroment
TPZParallelEnviroment()
Definition:
tpzparallelenviroment.h:19
pzenviroment
TPZParallelEnviroment pzenviroment
Definition:
tpzparallelenviroment.cpp:8
TPZParallelEnviroment::~TPZParallelEnviroment
~TPZParallelEnviroment()
Definition:
tpzparallelenviroment.h:22
Generated on Sun Aug 16 2020 11:17:11 for NeoPZ by
1.8.13