This is the complete list of members for primitiveMesh, including all inherited members.
| calcCells(cellList &, const labelUList &own, const labelUList &nei, const label nCells=-1) | primitiveMesh | static |
| calcPointOrder(label &nInternalPoints, labelList &pointMap, const faceList &, const label nInternalFaces, const label nPoints) | primitiveMesh | static |
| cellCells() const | primitiveMesh | |
| cellCells(const label celli, DynamicList< label > &) const | primitiveMesh | |
| cellCells(const label celli) const | primitiveMesh | |
| cellCentres() const | primitiveMesh | |
| cellEdges() const | primitiveMesh | |
| cellEdges(const label celli, DynamicList< label > &) const | primitiveMesh | |
| cellEdges(const label celli) const | primitiveMesh | |
| cellPoints() const | primitiveMesh | |
| cellPoints(const label celli, DynamicList< label > &) const | primitiveMesh | |
| cellPoints(const label celli) const | primitiveMesh | |
| cells() const | primitiveMesh | |
| cellShapes() const | primitiveMesh | |
| cellsPerEdge_ | primitiveMesh | static |
| cellsPerPoint_ | primitiveMesh | static |
| cellVolumes() const | primitiveMesh | |
| ClassName("primitiveMesh") | primitiveMesh | |
| clearAddressing() | primitiveMesh | |
| clearGeom() | primitiveMesh | |
| clearOut() | primitiveMesh | |
| edgeCells() const | primitiveMesh | |
| edgeCells(const label edgeI, DynamicList< label > &) const | primitiveMesh | |
| edgeCells(const label edgeI) const | primitiveMesh | |
| edgeFaces() const | primitiveMesh | |
| edgeFaces(const label edgeI, DynamicList< label > &) const | primitiveMesh | |
| edgeFaces(const label edgeI) const | primitiveMesh | |
| edges() const | primitiveMesh | |
| edgesPerCell_ | primitiveMesh | static |
| edgesPerFace_ | primitiveMesh | static |
| edgesPerPoint_ | primitiveMesh | static |
| faceAreas() const | primitiveMesh | |
| faceCentres() const | primitiveMesh | |
| faceEdges() const | primitiveMesh | |
| faceEdges(const label facei, DynamicList< label > &) const | primitiveMesh | |
| faceEdges(const label facei) const | primitiveMesh | |
| faceNeighbour() const =0 | primitiveMesh | pure virtual |
| faceOwner() const =0 | primitiveMesh | pure virtual |
| faces() const =0 | primitiveMesh | pure virtual |
| facesPerCell_ | primitiveMesh | static |
| facesPerEdge_ | primitiveMesh | static |
| facesPerPoint_ | primitiveMesh | static |
| findCell(const point &location) const | primitiveMesh | |
| findNearestCell(const point &location) const | primitiveMesh | |
| has(const Type &(primitiveMesh::*method)() const) const | primitiveMesh | inline |
| isInternalFace(const label faceIndex) const | primitiveMesh | inline |
| isMethod(const Type &(Class::*method)() const, const Type &(Class::*otherMethod)() const) | primitiveMesh | inlineprotectedstatic |
| isMethod(const Type &(Class::*method)() const, const OtherType &(Class::*otherMethod)() const) | primitiveMesh | inlineprotectedstatic |
| magFaceAreas() const | primitiveMesh | |
| movePoints(const pointField &p, const pointField &oldP) | primitiveMesh | |
| nCells() const | primitiveMesh | inline |
| nEdges() const | primitiveMesh | inline |
| nFaces() const | primitiveMesh | inline |
| nInternal0Edges() const | primitiveMesh | inline |
| nInternal1Edges() const | primitiveMesh | inline |
| nInternalEdges() const | primitiveMesh | inline |
| nInternalFaces() const | primitiveMesh | inline |
| nInternalPoints() const | primitiveMesh | inline |
| nPoints() const | primitiveMesh | inline |
| oldPoints() const =0 | primitiveMesh | pure virtual |
| operator=(const primitiveMesh &)=delete | primitiveMesh | |
| pointCells() const | primitiveMesh | |
| pointCells(const label pointi, DynamicList< label > &) const | primitiveMesh | |
| pointCells(const label pointi) const | primitiveMesh | |
| pointEdges() const | primitiveMesh | |
| pointFaces() const | primitiveMesh | |
| pointInCell(const point &p, label celli) const | primitiveMesh | |
| pointInCellBB(const point &p, label celli, scalar inflationFraction=0) const | primitiveMesh | |
| pointPoints() const | primitiveMesh | |
| pointPoints(const label pointi, DynamicList< label > &) const | primitiveMesh | |
| pointPoints(const label pointi) const | primitiveMesh | |
| points() const =0 | primitiveMesh | pure virtual |
| pointsPerCell_ | primitiveMesh | static |
| pointsPerFace_ | primitiveMesh | static |
| primitiveMesh() | primitiveMesh | protected |
| primitiveMesh(const label nPoints, const label nInternalFaces, const label nFaces, const label nCells) | primitiveMesh | |
| primitiveMesh(primitiveMesh &&)=default | primitiveMesh | |
| primitiveMesh(const primitiveMesh &)=delete | primitiveMesh | |
| printAllocated() const | primitiveMesh | |
| reset(const label nPoints, const label nInternalFaces, const label nFaces, const label nCells) | primitiveMesh | |
| reset(const label nPoints, const label nInternalFaces, const label nFaces, const label nCells, cellList &cells) | primitiveMesh | |
| reset(const label nPoints, const label nInternalFaces, const label nFaces, const label nCells, cellList &&cells) | primitiveMesh | |
| ~primitiveMesh() | primitiveMesh | virtual |