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

Method getCopy

SRC/material/section/FiberSection.cpp:246–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246SectionForceDeformation*
247FiberSection::getCopy(void)
248{
249 FiberSection *theCopy = new FiberSection (this->getTag(), numFibers, theFibers);
250
251 *(theCopy->eCommit) = *eCommit;
252
253 return theCopy;
254}
255
256const ID&
257FiberSection::getType ()

Callers 1

FiberSectionMethod · 0.45

Calls 1

getTagMethod · 0.45

Tested by

no test coverage detected