gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <dofManager.h>
Protected Member Functions | |
void | _parallelFinalize () |
dofManagerBase (bool isParallel) | |
Protected Attributes | |
std::map< Dof, int > | unknown |
std::map< Dof, Dof > | associatedWith |
std::map< Dof, std::pair< int, int > > | ghostByDof |
std::vector< std::vector< Dof > > | ghostByProc |
std::vector< std::vector< Dof > > | parentByProc |
int | _localSize |
bool | _parallelFinalized |
bool | _isParallel |
Definition at line 86 of file dofManager.h.
|
inlineprotected |
Definition at line 103 of file dofManager.h.
|
protected |
Definition at line 51 of file dofManager.cpp.
Referenced by dofManager< double >::assemble(), and dofManager< double >::insertInSparsityPattern().
|
protected |
Definition at line 101 of file dofManager.h.
Referenced by dofManager< double >::assemble(), dofManagerBase(), dofManager< double >::insertInSparsityPattern(), and dofManager< double >::sizeOfR().
|
protected |
Definition at line 99 of file dofManager.h.
Referenced by _parallelFinalize(), and dofManager< double >::sizeOfR().
|
protected |
Definition at line 100 of file dofManager.h.
Referenced by _parallelFinalize(), dofManager< double >::assemble(), dofManagerBase(), and dofManager< double >::insertInSparsityPattern().
Definition at line 92 of file dofManager.h.
Referenced by dofManager< double >::assemble(), dofManager< double >::associateDof(), dofManager< double >::getDofNumber(), dofManager< double >::getDofValue(), and dofManager< double >::numberDof().
|
protected |
Definition at line 97 of file dofManager.h.
Referenced by _parallelFinalize(), dofManager< double >::numberDof(), and dofManager< double >::numberGhostDof().
|
protected |
Definition at line 98 of file dofManager.h.
Referenced by _parallelFinalize().
|
protected |
Definition at line 98 of file dofManager.h.
Referenced by _parallelFinalize().
|
protected |
Definition at line 89 of file dofManager.h.
Referenced by _parallelFinalize(), dofManager< double >::assemble(), dofManager< double >::assembleLinConst(), dofManager< double >::fixDof(), dofManager< double >::getAnUnknown(), dofManager< double >::getDofNumber(), dofManager< double >::getDofValue(), dofManager< double >::insertInSparsityPattern(), dofManager< double >::insertInSparsityPatternLinConst(), dofManager< double >::isAnUnknown(), dofManager< double >::numberDof(), and dofManager< double >::sizeOfR().