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

Function OPS_ResetCurrentInputArg

SRC/interpreter/OpenSeesCommands.cpp:1299–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297}
1298
1299int OPS_ResetCurrentInputArg(int cArg)
1300{
1301 if (cArg == 0) {
1302 opserr << "WARNING can't reset to argv[0]\n";
1303 return -1;
1304 }
1305 if (cmds == 0) return 0;
1306 DL_Interpreter* interp = cmds->getInterpreter();
1307 interp->resetInput(cArg);
1308 return 0;
1309}
1310
1311UniaxialMaterial *OPS_GetUniaxialMaterial(int matTag)
1312{

Callers 15

setTransientAnalysisMethod · 0.70
OPS_AnalysisFunction · 0.70
OPS_MeshRegionFunction · 0.70
OPS_sendFunction · 0.70
OPS_recvFunction · 0.70
OPS_BcastFunction · 0.70
OPS_randomVariableFunction · 0.70
OPS_transformUtoXFunction · 0.70
OPS_doBlock2DFunction · 0.70
printNodeFunction · 0.70
printElementFunction · 0.70
OPS_nodeCoordFunction · 0.70

Calls 2

getInterpreterMethod · 0.80
resetInputMethod · 0.45

Tested by

no test coverage detected