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

Method revertToStart

SRC/coordTransformation/CorotCrdTransf3d.cpp:268–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267
268int
269CorotCrdTransf3d::revertToStart(void)
270{
271 ul.Zero();
272 alphaIq = this->getQuaternionFromRotMatrix(R0); // pseudo-vector for node 1
273 alphaJq = this->getQuaternionFromRotMatrix(R0); // pseudo-vector for node J
274
275 alphaI.Zero();
276 alphaJ.Zero();
277
278 this->update();
279 return 0;
280}
281
282
283int

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
ZeroMethod · 0.45

Tested by

no test coverage detected