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

Method formUnbalance

SRC/runtime/runtime/BasicAnalysisBuilder.cpp:1066–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064}
1065
1066int
1067BasicAnalysisBuilder::formUnbalance()
1068{
1069 if (theStaticIntegrator != nullptr)
1070 return theStaticIntegrator->formUnbalance();
1071
1072 else if (theTransientIntegrator != nullptr)
1073 return theTransientIntegrator->formUnbalance();
1074
1075 return -1;
1076}
1077
1078
1079int

Callers 1

printBFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected