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

Method getType

SRC/reliability/analysis/analysis/SurfaceDesign.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53double SurfaceDesign::getFunctionValue2(Vector * point, Vector * dp2prime, Vector * gradG2){return 0;};
54
55char * SurfaceDesign::getType()
56{
57 return 0;
58}
59
60
61double SurfaceDesign::debug(Vector * point, Vector * dp2prime, Vector * gradG2){return 0;};

Callers 8

PrincipalAxisMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
z_to_xMethod · 0.45
setCorrelationMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected