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

Method getNumTets

SRC/element/PFEMElement/TetMeshGenerator.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int
111TetMeshGenerator::getNumTets() const
112{
113 return (int)tetrahedronlist.size()/numberofcorners;
114}
115
116void
117TetMeshGenerator::getPoint(int i, double& x, double& y, double&z, int& mark)

Callers 3

meshMethod · 0.80
remeshMethod · 0.80
gridFSIMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected