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

Method setVector

SRC/element/Information.cpp:143–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int
144Information::setVector(const Vector &newVector)
145{
146 if (theVector != 0) {
147 *theVector = newVector;
148 } else {
149 theVector = new Vector(newVector);
150 }
151
152 return 0;
153}
154
155int
156Information::setMatrix(const Matrix &newMatrix)

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