
Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | SNAP_END_ENCODE(pos, val) |
| #define | SNAP_END_VALUE(pos, val) |
| #define | ADD_SNAP_INDEX(pos, d1, d2, idx1, idx2) |
Functions | |
| defineTypeNameAndDebug (isoSurfaceTopo, 0) | |
| static int | getTetCutIndex (scalar p0, scalar p1, scalar p2, scalar p3, const scalar val, const bool doSnap) noexcept |
| static void | appendTriLabels (DynamicList< label > &verts, const label a, const label b, const label c, const bool flip) |
| static const point & | getMeshPointRef (const polyMesh &mesh, const label pointi) |
Original source file isoSurfaceTopo.C
Definition in file isoSurfaceTopo.C.
| #define SNAP_END_ENCODE | ( | pos, | |
| val ) |
Definition at line 57 of file isoSurfaceTopo.C.
| #define SNAP_END_VALUE | ( | pos, | |
| val ) |
Definition at line 58 of file isoSurfaceTopo.C.
| #define ADD_SNAP_INDEX | ( | pos, | |
| d1, | |||
| d2, | |||
| idx1, | |||
| idx2 ) |
Referenced by Foam::getTetCutIndex().