Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| label | findOppositeWedge (const polyMesh &, const wedgePolyPatch &) |
| |
| bool | checkWedges (const polyMesh &, const bool report, const Vector< label > &, labelHashSet *) |
| | Check wedge orientation. More...
|
| |
| bool | checkCoupledPoints (const polyMesh &, const bool report, labelHashSet *) |
| | Check 0th vertex on coupled faces. More...
|
| |
| void | collectAndWriteAMIWeights (const polyMesh &mesh, surfaceWriter &wr, const fileName &fName, const scalarField &weights, const faceList &localFaces, const labelList &meshPoints, const Map< label > &meshPointMap, faceList &mergedFaces, pointField &mergedPoints, autoPtr< globalIndex > &globalFaces, autoPtr< globalIndex > &globalPoints) |
| | Collect AMI weights to master and write. More...
|
| |
| label | checkGeometry (const polyMesh &mesh, const bool allGeometry, autoPtr< surfaceWriter > &surfWriter, autoPtr< coordSetWriter > &setWriter) |
| |