Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
BasicModelBuilder *
309
G3_getSafeBuilder(G3_Runtime *rt)
310
{
311
return (BasicModelBuilder*)G3_getModelBuilder(rt);
312
}
313
314
int
315
G3_setDomain(G3_Runtime *rt, Domain* domain){
Callers
9
TclCommand_addElement
Function · 0.85
G3_addTimeSeries
Function · 0.85
G3_getTimeSeries
Function · 0.85
G3_getCrdTransf
Function · 0.85
G3_getSectionForceDeformation
Function · 0.85
G3_getUniaxialMaterialInstance
Function · 0.85
G3_addUniaxialMaterial
Function · 0.85
G3_GetNDMaterial
Function · 0.85
G3_getNDM
Function · 0.85
Calls
1
G3_getModelBuilder
Function · 0.85
Tested by
no test coverage detected