Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ G3_setDomain
Function
G3_setDomain
SRC/runtime/parsing/InterpreterAPI.cpp:314–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
int
315
G3_setDomain(G3_Runtime *rt, Domain* domain){
316
int exists = rt->m_domain ? 1 : 0;
317
rt->m_domain = domain;
318
return exists;
319
}
320
321
322
Domain *
Callers
1
TclCommand_specifyModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected