MCPcopy 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
222int
223QuadMeshGenerator::getNumQuads() const
224{
225 return (int)quadout.size();
226}
227
228void
229QuadMeshGenerator::getQuad(int i, ID& pts)

Callers 1

meshMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected