MCPcopy 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
208int
209QuadMeshGenerator::getNumPoints() const
210{
211 return (int)pointout.size();
212}
213
214void
215QuadMeshGenerator::getPoint(int i, Vector& crds)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected