Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumQuads
Method
getNumQuads
SRC/element/PFEMElement/QuadMeshGenerator.cpp:222–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
int
223
QuadMeshGenerator::getNumQuads() const
224
{
225
return (int)quadout.size();
226
}
227
228
void
229
QuadMeshGenerator::getQuad(int i, ID& pts)
Callers
1
mesh
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected