Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumDOF
Method
getNumDOF
SRC/element/PFEMElement/PFEMElement3DBubble.cpp:196–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
int
197
PFEMElement3DBubble::getNumDOF()
198
{
199
if(numDOFs.Size() == 0) return 0;
200
return numDOFs(numDOFs.Size()-1);
201
}
202
203
int
204
PFEMElement3DBubble::revertToLastCommit()
Callers
3
updateMatrix
Method · 0.95
zeroLoad
Method · 0.95
PFEMElement3DBubble.cpp
File · 0.45
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected