Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_GetNDF
Function
OPS_GetNDF
SRC/interpreter/OpenSeesCommands.cpp:1280–1284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1278
}
1279
1280
int OPS_GetNDF()
1281
{
1282
if (cmds == 0) return 0;
1283
return cmds->getNDF();
1284
}
1285
1286
int OPS_GetNDM()
1287
{
Callers
12
OPS_addNodalMass
Function · 0.70
OPS_doBlock2D
Function · 0.70
OPS_doBlock3D
Function · 0.70
OPS_NonlinearBeamColumn
Function · 0.70
OPS_FiberSection
Function · 0.70
OPS_FiberSectionWarping
Function · 0.70
OPS_FiberSectionAsym
Function · 0.70
OPS_getNDFF
Function · 0.70
OPS_LinearCrdTransf
Function · 0.70
OPS_PDeltaCrdTransf
Function · 0.70
OPS_CorotCrdTransf
Function · 0.70
ops_addNodalMass
Function · 0.70
Calls
1
getNDF
Method · 0.45
Tested by
no test coverage detected