MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / nEdges

Method nEdges

src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56inline label cellModel::nEdges() const
57{
58 return edges_.size();
59}
60
61
62inline label cellModel::nFaces() const

Callers 2

cell.CFile · 0.45
cellModelIO.CFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected