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

Function OPS_GetUniaxialMaterial

DEVELOPER/core/win32Functions.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196UniaxialMaterial *
197OPS_GetUniaxialMaterial(int matTag)
198{
199 return (*OPS_GetUniaxialMaterialPtr)(matTag);
200}
201
202NDMaterial *
203OPS_GetNDMaterial(int matTag)

Callers 1

OPS_Truss2DFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected