MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / sendMatrix

Method sendMatrix

SRC/database/NEESData.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120
121int
122NEESData::sendMatrix(int dataTag, int commitTag,
123 const Matrix &theMatrix,
124 ChannelAddress *theAddress)
125{
126 opserr << "NEESData::sendMatrix(int dataTag, int commitTag, - should not be called\n";
127 return -1;
128}
129
130
131

Callers 15

sendSelfMethod · 0.45
sendSelfMethod · 0.45
getTangentStiffMethod · 0.45
getInitialStiffMethod · 0.45
mainFunction · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected