Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_clearAllNDMaterial
Function
OPS_clearAllNDMaterial
DEVELOPER/core/NDMaterial.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void OPS_clearAllNDMaterial(void)
85
{
86
theNDMaterialObjects.clearAll();
87
}
88
89
void OPS_printNDMaterial(OPS_Stream &s, int flag) {
90
if (flag == OPS_PRINT_PRINTMODEL_JSON) {
Callers
nothing calls this directly
Calls
1
clearAll
Method · 0.45
Tested by
no test coverage detected