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

Method getCopy

SRC/material/nD/OrthotropicMaterial.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258NDMaterial * OrthotropicMaterial::getCopy(void)
259{
260 OrthotropicMaterial *theCopy = new OrthotropicMaterial();
261 theCopy->setTag(getTag());
262 theCopy->theIsotropicMaterial = theIsotropicMaterial->getCopy("ThreeDimensional");
263 theCopy->epsilon = epsilon;
264 theCopy->Aepsilon = Aepsilon;
265 theCopy->Asigma_inv = Asigma_inv;
266 return theCopy;
267}
268
269NDMaterial* OrthotropicMaterial::getCopy(const char* code)
270{

Callers 1

OrthotropicMaterialMethod · 0.45

Calls 2

getCopyFunction · 0.85
setTagMethod · 0.45

Tested by

no test coverage detected