Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getRigidOffsets
Method
getRigidOffsets
SRC/coordTransformation/CrdTransf.cpp:135–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
int
136
CrdTransf::getRigidOffsets(Vector &offsets)
137
{
138
offsets.Zero();
139
140
return 0;
141
}
142
143
Response*
144
CrdTransf::setResponse(const char **argv, int argc, OPS_Stream &theHandler)
Callers
1
getResponse
Method · 0.95
Calls
1
Zero
Method · 0.45
Tested by
no test coverage detected