MCPcopy 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
1280int OPS_GetNDF()
1281{
1282 if (cmds == 0) return 0;
1283 return cmds->getNDF();
1284}
1285
1286int OPS_GetNDM()
1287{

Callers 12

OPS_addNodalMassFunction · 0.70
OPS_doBlock2DFunction · 0.70
OPS_doBlock3DFunction · 0.70
OPS_NonlinearBeamColumnFunction · 0.70
OPS_FiberSectionFunction · 0.70
OPS_FiberSectionWarpingFunction · 0.70
OPS_FiberSectionAsymFunction · 0.70
OPS_getNDFFFunction · 0.70
OPS_LinearCrdTransfFunction · 0.70
OPS_PDeltaCrdTransfFunction · 0.70
OPS_CorotCrdTransfFunction · 0.70
ops_addNodalMassFunction · 0.70

Calls 1

getNDFMethod · 0.45

Tested by

no test coverage detected