Abstract base class for optimisation methods supporting constraints. Does not add functionality to updateMethod but act as a means to categorize constrained optimisation methods for performing sanity checks. More...
Abstract base class for optimisation methods supporting constraints. Does not add functionality to updateMethod but act as a means to categorize constrained optimisation methods for performing sanity checks.
Definition at line 51 of file constrainedOptimisationMethod.H.
constrainedOptimisationMethod | ( | const fvMesh & | mesh, |
const dictionary & | dict | ||
) |
Definition at line 37 of file constrainedOptimisationMethod.C.
|
virtualdefault |
TypeName | ( | "constrainedOptimisationMethod" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
constrainedOptimisationMethod | , | ||
dictionary | , | ||
(const fvMesh &mesh, const dictionary &dict) | , | ||
(mesh, dict) | |||
) |
|
pure virtual |
Implements updateMethod.
Implemented in SQP, and constraintProjection.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.