Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumDOF
Method
getNumDOF
SRC/element/PFEMElement/PFEMElement2DBubble.cpp:216–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
int
217
PFEMElement2DBubble::getNumDOF()
218
{
219
if(numDOFs.Size() == 0) return 0;
220
return numDOFs(numDOFs.Size()-1);
221
}
222
223
int
224
PFEMElement2DBubble::revertToLastCommit()
Callers
2
zeroLoad
Method · 0.95
PFEMElement2DBubble.cpp
File · 0.45
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected