Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getCopy
Method
getCopy
SRC/material/nD/Parallel3DMaterial.cpp:354–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
NDMaterial* Parallel3DMaterial::getCopy(void)
355
{
356
return new Parallel3DMaterial(getTag(), m_materials, m_weights);
357
}
358
359
NDMaterial* Parallel3DMaterial::getCopy(const char* code)
360
{
Callers
1
Parallel3DMaterial
Method · 0.45
Calls
1
getCopy
Function · 0.85
Tested by
no test coverage detected