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

Function OPS_SetDoubleOutput

SRC/interpreter/OpenSeesCommands.cpp:1112–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112int OPS_SetDoubleOutput(int *numData, double *data, bool scalar)
1113{
1114 if (cmds == 0) return 0;
1115 DL_Interpreter* interp = cmds->getInterpreter();
1116 return interp->setDouble(data, *numData, scalar);
1117}
1118
1119int OPS_SetDoubleListsOutput(std::vector<std::vector<double>>& data)
1120{

Callers 15

eigenMethod · 0.70
OPS_printAFunction · 0.70
OPS_printBFunction · 0.70
OPS_printXFunction · 0.70
OPS_getCTestNormsFunction · 0.70
OPS_totalCPUFunction · 0.70
OPS_solveCPUFunction · 0.70
OPS_accelCPUFunction · 0.70
OPS_numFactFunction · 0.70
OPS_getNodeTemperatureFunction · 0.70
OPS_recvFunction · 0.70
OPS_BcastFunction · 0.70

Calls 2

getInterpreterMethod · 0.80
setDoubleMethod · 0.45

Tested by 4

OPS_NDGetStrainFunction · 0.56
OPS_NDGetStressFunction · 0.56
OPS_NDGetResponseFunction · 0.56