Reduces step by a given ratio. More...
Public Member Functions | |
TypeName ("bisection") | |
Runtime type information. More... | |
bisection (const dictionary &dict) | |
Construct from components. More... | |
virtual | ~bisection ()=default |
Destructor. More... | |
virtual void | updateStep (scalar &step) |
Update the line search step. More... | |
![]() | |
TypeName ("stepUpdate") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, stepUpdate, dictionary,(const dictionary &dict),(dict)) | |
stepUpdate (const dictionary &dict) | |
Construct from components. More... | |
virtual | ~stepUpdate ()=default |
Destructor. More... | |
virtual void | setDeriv (const scalar deriv) |
Set objective derivative. More... | |
virtual void | setNewMeritValue (const scalar value) |
Set new merit value. More... | |
virtual void | setOldMeritValue (const scalar value) |
Set old merit value. More... | |
Protected Attributes | |
scalar | ratio_ |
![]() | |
const dictionary | dict_ |
Additional Inherited Members | |
![]() | |
static autoPtr< stepUpdate > | New (const dictionary &dict) |
Return a reference to the selected turbulence model. More... | |
![]() | |
const dictionary & | coeffsDict () |
Optional coeffs dict. More... | |
bisection | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 49 of file bisection.C.
|
virtualdefault |
Destructor.
TypeName | ( | "bisection" | ) |
Runtime type information.
|
virtual |
|
protected |
Definition at line 61 of file bisection.H.