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

Method nFaces

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

Source from the content-addressed store, hash-verified

60
61
62inline label cellModel::nFaces() const
63{
64 return faces_.size();
65}
66
67
68// Return the faces of a cellModel by untangling the geometry

Callers 1

cellModelIO.CFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected