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

Method getStorage

SRC/reliability/analysis/analysis/FORMAnalysis.cpp:337–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337int
338FORMAnalysis::getStorage(const char *variable, int lsfTag, Vector &stuff)
339{
340 int lsf = theReliabilityDomain->getLimitStateFunctionIndex(lsfTag);
341 Information relOut;
342
343 int tempres = storage[lsf]->getVariable(variable,relOut);
344 //check for tempres error
345
346 Vector temp(relOut.getData());
347 stuff = temp;
348 stuff = relOut.getData();
349
350 return 0;
351}

Callers 1

computeCurvaturesMethod · 0.80

Calls 3

getVariableMethod · 0.45
getDataMethod · 0.45

Tested by

no test coverage detected