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;
|
label findMaxLevel(const labelList& f) const;
|
||||||
//- Count number of vertices <= anchorLevel
|
//- Count number of vertices <= anchorLevel
|
||||||
label countAnchors(const labelList&, const label) const;
|
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.
|
//- Find index of point with wantedLevel, starting from fp.
|
||||||
label findLevel
|
label findLevel
|
||||||
(
|
(
|
||||||
|
const label faceI,
|
||||||
const face& f,
|
const face& f,
|
||||||
const label startFp,
|
const label startFp,
|
||||||
const bool searchForward,
|
const bool searchForward,
|
||||||
|
|||||||
Reference in New Issue
Block a user