MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / OPS_removeMesh

Function OPS_removeMesh

SRC/element/PFEMElement/Mesh.cpp:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool OPS_removeMesh(int tag) {
98 TaggedObject *obj = theMeshObjects.removeComponent(tag);
99 if (obj != 0) {
100 delete obj;
101 return true;
102 }
103 return false;
104}
105
106Mesh *OPS_getMesh(int tag) {
107

Callers

nothing calls this directly

Calls 1

removeComponentMethod · 0.45

Tested by

no test coverage detected