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

Method getCopy

SRC/material/nD/FSAM.cpp:517–537  ·  view source on GitHub ↗

get copy

Source from the content-addressed store, hash-verified

515
516// get copy
517NDMaterial* FSAM::getCopy(void)
518{
519
520 FSAM* theCopy =
521 new FSAM( this->getTag(),
522 rho,
523 theMaterial[0],
524 theMaterial[1],
525 theMaterial[2],
526 theMaterial[3],
527 theMaterial[4],
528 theMaterial[5],
529 theMaterial[6],
530 theMaterial[7],
531 roux,
532 rouy,
533 nu,
534 alfadow);
535
536 return theCopy;
537}
538
539// get copy
540NDMaterial* FSAM::getCopy(const char *type)

Calls 1

getTagMethod · 0.45