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

Method reset

SRC/element/PFEMElement/TetMeshGenerator.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void
69TetMeshGenerator::reset()
70{
71 in.deinitialize();
72 in.initialize();
73 out.deinitialize();
74 out.initialize();
75}
76
77int
78TetMeshGenerator::addPoint(double x, double y, double z, int mark)

Callers

nothing calls this directly

Calls 2

deinitializeMethod · 0.45
initializeMethod · 0.45

Tested by

no test coverage detected