MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / OPS_GetNDF

Function OPS_GetNDF

SRC/interpreter/OpenSeesCommandsPython.cpp:938–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938extern "C" int OPS_GetNDF()
939{
940 PythonModelBuilder& pBuilder = OPS_GetPythonModelBuilder();
941 if(pBuilder.isSet()) return pBuilder.getNDF();
942 return 0;
943}
944
945extern UniaxialMaterial *
946OPS_GetUniaxialMaterial(int matTag) {

Callers

nothing calls this directly

Calls 2

isSetMethod · 0.80
getNDFMethod · 0.45

Tested by

no test coverage detected