Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setProcessID
Method
setProcessID
SRC/analysis/numberer/ParallelNumberer.cpp:88–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
int
89
ParallelNumberer::setProcessID(int dTag)
90
{
91
processID = dTag;
92
return 0;
93
}
94
95
int
96
ParallelNumberer::setChannels(int nChannels, Channel **theC)
Callers
11
OPS_System
Function · 0.45
OPS_ParallelRCM
Function · 0.45
OPS_ParallelNumberer
Function · 0.45
OPS_ParallelDisplacementControl
Function · 0.45
OPS_MumpsSolver
Function · 0.45
specifySOE
Function · 0.45
specifyNumberer
Function · 0.45
specifyIntegrator
Function · 0.45
integrator.cpp
File · 0.45
TclCommand_setNumberer
Function · 0.45
G3Parse_newLinearSOE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected