Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getInterpreter
Method
getInterpreter
SRC/interpreter/OpenSeesCommands.cpp:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
DL_Interpreter*
215
OpenSeesCommands::getInterpreter()
216
{
217
return interpreter;
218
}
219
220
Domain*
221
OpenSeesCommands::getDomain()
Callers
15
OPS_GetNumRemainingInputArgs
Function · 0.80
OPS_GetIntInput
Function · 0.80
OPS_SetIntOutput
Function · 0.80
OPS_SetIntListsOutput
Function · 0.80
OPS_SetIntDictOutput
Function · 0.80
OPS_SetIntDictListOutput
Function · 0.80
OPS_GetDoubleInput
Function · 0.80
OPS_GetDoubleListInput
Function · 0.80
OPS_EvalDoubleStringExpression
Function · 0.80
OPS_SetDoubleOutput
Function · 0.80
OPS_SetDoubleListsOutput
Function · 0.80
OPS_SetDoubleDictOutput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected