MCPcopy 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
117void OPS_clearAllMesh(void) {
118 theMeshObjects.clearAll();
119}
120
121TaggedObjectIter &OPS_getAllMesh() {
122 return theMeshObjects.getComponents();

Callers 1

wipeMethod · 0.85

Calls 1

clearAllMethod · 0.45

Tested by

no test coverage detected