get copy
| 515 | |
| 516 | // get copy |
| 517 | NDMaterial* 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 |
| 540 | NDMaterial* FSAM::getCopy(const char *type) |