mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
checking for hanging points; better debugging
This commit is contained in:
@ -174,9 +174,12 @@ class hexRef8
|
||||
label findMaxLevel(const labelList& f) const;
|
||||
//- Count number of vertices <= anchorLevel
|
||||
label countAnchors(const labelList&, const label) const;
|
||||
//- Debugging: dump cell as .obj file
|
||||
void dumpCell(const label cellI) const;
|
||||
//- Find index of point with wantedLevel, starting from fp.
|
||||
label findLevel
|
||||
(
|
||||
const label faceI,
|
||||
const face& f,
|
||||
const label startFp,
|
||||
const bool searchForward,
|
||||
|
||||
Reference in New Issue
Block a user