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

Function G3_getNDM

SRC/runtime/parsing/InterpreterAPI.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412int
413G3_getNDM(G3_Runtime *rt)
414{
415 BasicModelBuilder *builder = G3_getSafeBuilder(rt);
416 assert(builder != nullptr);
417 return builder->getNDM();
418}
419
420int
421OPS_GetNDM(void)

Callers

nothing calls this directly

Calls 2

G3_getSafeBuilderFunction · 0.85
getNDMMethod · 0.45

Tested by

no test coverage detected