Go to the documentation of this file.
67 void operator=(
const BFGS&) =
delete;
131 virtual ~BFGS() =
default;
144 virtual void write();
The quasi-Newton BFGS formula.
Generic templated field type.
Abstract base class for optimisation methods.
virtual void updateOldCorrection(const scalarField &oldCorrection)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
scalarField derivativesOld_
scalar curvatureThreshold_
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
scalarField correctionOld_
labelList activeDesignVars_
SquareMatrix< scalar > HessianInv_
SquareMatrix< scalar > HessianInvOld_