ISQP.H File Reference
Include dependency graph for ISQP.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ISQP
 An L-BFGS-based SQP algorithm for computing the update of the design variables in the presence of inequality constraints. The QP problem is solved using the interior point method (hence the I in the classe name, which is not standard in the terminology used in the literature). The (potentially dense) linear system formulated by the interior point method is solved using Conjugate Gradient and a choice from three preconditioners (diagonal, inverse Hessian, Sherman-Morrison), using matrix-vector products to avoid storing the LHS matrix. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Detailed Description

Original source file ISQP.H

Definition in file ISQP.H.