MCPcopy 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
84void OPS_clearAllNDMaterial(void)
85{
86 theNDMaterialObjects.clearAll();
87}
88
89void OPS_printNDMaterial(OPS_Stream &s, int flag) {
90 if (flag == OPS_PRINT_PRINTMODEL_JSON) {

Callers

nothing calls this directly

Calls 1

clearAllMethod · 0.45

Tested by

no test coverage detected