Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_clearAllMesh
Function
OPS_clearAllMesh
SRC/element/PFEMElement/Mesh.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void OPS_clearAllMesh(void) {
118
theMeshObjects.clearAll();
119
}
120
121
TaggedObjectIter &OPS_getAllMesh() {
122
return theMeshObjects.getComponents();
Callers
1
wipe
Method · 0.85
Calls
1
clearAll
Method · 0.45
Tested by
no test coverage detected