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

| const Foam::pointField & points | ( | ) | const |
Return the points.
Definition at line 140 of file lineDivide.C.
| const Foam::scalarList & lambdaDivisions | ( | ) | const |
Return the list of lambda values.
Definition at line 146 of file lineDivide.C.