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

Method getOrder

SRC/material/section/SectionAggregator.cpp:660–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660int
661SectionAggregator::getOrder () const
662{
663 int order = numMats;
664
665 if (theSection != 0)
666 order += theSection->getOrder();
667
668 return order;
669}
670
671int
672SectionAggregator::commitState(void)

Callers 7

sendSelfMethod · 0.95
SectionAggregatorMethod · 0.45
setResponseMethod · 0.45
getVariableMethod · 0.45
commitSensitivityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected