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

Method clear

SRC/element/PFEMElement/TriangleMeshGenerator.cpp:277–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void
278TriangleMeshGenerator::clear()
279{
280 pointlist.clear();
281 pointmarkerlist.clear();
282 segmentlist.clear();
283 segmentmarkerlist.clear();
284 trianglelist.clear();
285 neighborlist.clear();
286 numberofcorners = 0;
287 this->reset();
288}
289
290
291void

Callers 2

meshMethod · 0.45
remeshMethod · 0.45

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected