MCPcopy 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
88int
89ParallelNumberer::setProcessID(int dTag)
90{
91 processID = dTag;
92 return 0;
93}
94
95int
96ParallelNumberer::setChannels(int nChannels, Channel **theC)

Callers 11

OPS_SystemFunction · 0.45
OPS_ParallelRCMFunction · 0.45
OPS_ParallelNumbererFunction · 0.45
OPS_MumpsSolverFunction · 0.45
specifySOEFunction · 0.45
specifyNumbererFunction · 0.45
specifyIntegratorFunction · 0.45
integrator.cppFile · 0.45
TclCommand_setNumbererFunction · 0.45
G3Parse_newLinearSOEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected