Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumPoints
Method
getNumPoints
SRC/element/PFEMElement/QuadMeshGenerator.cpp:208–212 ·
view source on GitHub ↗
outputs
Source
from the content-addressed store, hash-verified
206
207
// outputs
208
int
209
QuadMeshGenerator::getNumPoints() const
210
{
211
return (int)pointout.size();
212
}
213
214
void
215
QuadMeshGenerator::getPoint(int i, Vector& crds)
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected