![]() |
FemProcess
The GeMA Fem Process Plugin
|
A lock manager to be used by GmpFemAssemblerMatrixAdder and GmpFemAssemblerVectorAdder objects when working with multiple threads. More...
#include <gmpFemLocker.h>

Private Member Functions | |
| int | dofToLockIndex (int dofIndex) |
| Translate a dofIndex to a _lockList index. Accepts negative dofs, all mapped to the first _lockList bin. | |
Private Attributes | |
| int | _psize |
| The number of dofs in each partition. | |
| int | _npart |
| The number of partitions (including the extra partition for negative numbers) | |
| QVector< GmSpinLock * > | _lockList |
| The set of available locks. | |
A lock manager to be used by GmpFemAssemblerMatrixAdder and GmpFemAssemblerVectorAdder objects when working with multiple threads.