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

Method setMatrix

SRC/element/Information.cpp:155–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int
156Information::setMatrix(const Matrix &newMatrix)
157{
158 if (theMatrix != 0) {
159 *theMatrix = newMatrix;
160 } else {
161 theMatrix = new Matrix(newMatrix);
162 }
163
164 return 0;
165}
166
167int
168Information::setString(const char *newString)

Callers 15

getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected