Reduces step by a given ratio. More...
Public Member Functions | |
TypeName ("bisection") | |
bisection (const dictionary &dict) | |
virtual | ~bisection ()=default |
virtual void | updateStep (scalar &step) |
![]() | |
TypeName ("stepUpdate") | |
declareRunTimeSelectionTable (autoPtr, stepUpdate, dictionary,(const dictionary &dict),(dict)) | |
stepUpdate (const dictionary &dict) | |
virtual | ~stepUpdate ()=default |
virtual void | setDeriv (const scalar deriv) |
virtual void | setNewMeritValue (const scalar value) |
virtual void | setOldMeritValue (const scalar value) |
Protected Attributes | |
scalar | ratio_ |
![]() | |
const dictionary | dict_ |
Additional Inherited Members | |
![]() | |
static autoPtr< stepUpdate > | New (const dictionary &dict) |
![]() | |
const dictionary & | coeffsDict () |
bisection | ( | const dictionary & | dict | ) |
Definition at line 42 of file bisection.C.
|
virtualdefault |
TypeName | ( | "bisection" | ) |
|
virtual |
Implements stepUpdate.
Definition at line 51 of file bisection.C.
|
protected |
Definition at line 57 of file bisection.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.