Go to the documentation of this file.
68 void operator=(
const LBFGS&) =
delete;
138 virtual ~LBFGS() =
default;
151 virtual void write();
The quasi-Newton Limited-memory BFGS formula. Keeps nPrevSteps_ of the y and s vectors and approximat...
PtrList< scalarField > y_
Generic templated field type.
scalarField derivativesOld_
Abstract base class for optimisation methods.
virtual void updateOldCorrection(const scalarField &oldCorrection)
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
scalarField correctionOld_
Mesh data needed to do the Finite Volume discretisation.
void steepestDescentUpdate()
labelList activeDesignVars_
PtrList< scalarField > s_
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void pivotFields(PtrList< scalarField > &list, const scalarField &f)