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

Method reset

SRC/element/PFEMElement/TriangleMeshGenerator.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void
52TriangleMeshGenerator::reset()
53{
54 freeTri(in);
55 freeTri(vout);
56 freeTriOut(out);
57}
58
59int
60TriangleMeshGenerator::addPoint(double x, double y)

Callers 4

meshMethod · 0.95
remeshMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected