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

Function G3_getSafeBuilder

SRC/runtime/parsing/InterpreterAPI.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308BasicModelBuilder *
309G3_getSafeBuilder(G3_Runtime *rt)
310{
311 return (BasicModelBuilder*)G3_getModelBuilder(rt);
312}
313
314int
315G3_setDomain(G3_Runtime *rt, Domain* domain){

Callers 9

TclCommand_addElementFunction · 0.85
G3_addTimeSeriesFunction · 0.85
G3_getTimeSeriesFunction · 0.85
G3_getCrdTransfFunction · 0.85
G3_addUniaxialMaterialFunction · 0.85
G3_GetNDMaterialFunction · 0.85
G3_getNDMFunction · 0.85

Calls 1

G3_getModelBuilderFunction · 0.85

Tested by

no test coverage detected