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

Method getValueG2OnAxis

SRC/reliability/analysis/analysis/PrincipalAxis.cpp:242–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242double PrincipalAxis::getValueG2OnAxis(int i)
243{
244 if (valuesG2OnAxis !=0)
245 return (*valuesG2OnAxis)(i);
246 else{
247 opserr<<"Fatal: PrincipalAxis::getValueG2OnAxis() not axis value exist\n";
248 exit(-1);
249 }
250}
251
252int PrincipalAxis::computeShapeFuncCoeff()
253{

Callers 3

fitCurveMethod · 0.80
fitCurveMethod · 0.80
analyzeMethod · 0.80

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected