Divides a line into segments. More...
Public Member Functions | |
| lineDivide (const blockEdge &cedge, const label nDiv, const gradingDescriptors &gd=gradingDescriptors()) | |
| Construct from components. More... | |
| const pointField & | points () const noexcept |
| The points. More... | |
| const scalarList & | lambdaDivisions () const noexcept |
| The list of lambda values. More... | |
| lineDivide | ( | const blockEdge & | cedge, |
| const label | nDiv, | ||
| const gradingDescriptors & | gd = gradingDescriptors() |
||
| ) |
Construct from components.
Definition at line 42 of file lineDivide.C.
References Foam::calcGexp(), Foam::ListOps::equal(), forAll, blockEdge::position(), Foam::pow(), and UList< T >::size().

|
noexcept |
The points.
Definition at line 138 of file lineDivide.C.
|
noexcept |
The list of lambda values.
Definition at line 144 of file lineDivide.C.