Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
int
111
TetMeshGenerator::getNumTets() const
112
{
113
return (int)tetrahedronlist.size()/numberofcorners;
114
}
115
116
void
117
TetMeshGenerator::getPoint(int i, double& x, double& y, double&z, int& mark)
Callers
3
mesh
Method · 0.80
remesh
Method · 0.80
gridFSI
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected