Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
UniaxialMaterial *
197
OPS_GetUniaxialMaterial(int matTag)
198
{
199
return (*OPS_GetUniaxialMaterialPtr)(matTag);
200
}
201
202
NDMaterial *
203
OPS_GetNDMaterial(int matTag)
Callers
1
OPS_Truss2D
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected