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

Function OPS_GetIntInput

SRC/interpreter/OpenSeesCommands.cpp:1055–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055int OPS_GetIntInput(int *numData, int*data)
1056{
1057 if (cmds == 0) return 0;
1058 DL_Interpreter* interp = cmds->getInterpreter();
1059 if (numData == 0 || data == 0) return -1;
1060 return interp->getInt(data, *numData);
1061}
1062
1063int OPS_SetIntOutput(int *numData, int*data, bool scalar)
1064{

Callers 15

OPS_updateMaterialStageFunction · 0.70
setTransientAnalysisMethod · 0.70
OPS_modelFunction · 0.70
OPS_analyzeFunction · 0.70
OPS_eigenAnalysisFunction · 0.70
OPS_KrylovNewtonFunction · 0.70
OPS_MillerNewtonFunction · 0.70
OPS_SecantNewtonFunction · 0.70
OPS_PeriodicNewtonFunction · 0.70
OPS_NewtonLineSearchFunction · 0.70
OPS_saveFunction · 0.70
OPS_restoreFunction · 0.70

Calls 2

getInterpreterMethod · 0.80
getIntMethod · 0.45

Tested by 10

OPS_NDSetStrainFunction · 0.56
OPS_NDPrintStrainFunction · 0.56
OPS_NDPrintStressFunction · 0.56
OPS_NDGetStrainFunction · 0.56
OPS_NDGetStressFunction · 0.56
OPS_NDGetResponseFunction · 0.56
OPS_NDCommitStateFunction · 0.56