Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumDOF
Method
getNumDOF
SRC/element/PFEMElement/PFEMElement3D.cpp:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
int
92
PFEMElement3D::getNumDOF()
93
{
94
return numDOFs(numDOFs.Size()-1);
95
}
96
97
int
98
PFEMElement3D::revertToLastCommit()
Callers
1
PFEMElement3D.cpp
File · 0.45
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected