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

Function OPS_SetIntOutput

SRC/interpreter/OpenSeesCommands.cpp:1063–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063int OPS_SetIntOutput(int *numData, int*data, bool scalar)
1064{
1065 if (cmds == 0) return 0;
1066 DL_Interpreter* interp = cmds->getInterpreter();
1067 return interp->setInt(data, *numData, scalar);
1068}
1069
1070int OPS_SetIntListsOutput(std::vector<std::vector<int>>& data)
1071{

Callers 15

OPS_GetNumEigenFunction · 0.70
OPS_analyzeFunction · 0.70
OPS_getCTestIterFunction · 0.70
OPS_numIterFunction · 0.70
OPS_systemSizeFunction · 0.70
OPS_domainCommitTagFunction · 0.70
OPS_getPIDFunction · 0.70
OPS_getNPFunction · 0.70
OPS_getNumThreadsFunction · 0.70
OPS_getRVTagsFunction · 0.70
OPS_getRVParamTagFunction · 0.70
OPS_getLSFTagsFunction · 0.70

Calls 2

getInterpreterMethod · 0.80
setIntMethod · 0.45

Tested by

no test coverage detected