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...
#include <constrainedOptimisationMethod.H>

Public Member Functions | |
| TypeName ("constrainedOptimisationMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, constrainedOptimisationMethod, dictionary,(const fvMesh &mesh, const dictionary &dict, autoPtr< designVariables > &designVars, const label nConstraints, const word &type),(mesh, dict, designVars, nConstraints, type)) | |
| constrainedOptimisationMethod (const fvMesh &mesh, const dictionary &dict, autoPtr< designVariables > &designVars, const label nConstraints, const word &type) | |
| Construct from components. | |
| virtual | ~constrainedOptimisationMethod ()=default |
| Destructor. | |
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 54 of file constrainedOptimisationMethod.H.
| constrainedOptimisationMethod | ( | const fvMesh & | mesh, |
| const dictionary & | dict, | ||
| autoPtr< designVariables > & | designVars, | ||
| const label | nConstraints, | ||
| const word & | type ) |
Construct from components.
Definition at line 36 of file constrainedOptimisationMethod.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "constrainedOptimisationMethod" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| constrainedOptimisationMethod | , | ||
| dictionary | , | ||
| (const fvMesh &mesh, const dictionary &dict, autoPtr< designVariables > &designVars, const label nConstraints, const word &type) | , | ||
| (mesh, dict, designVars, nConstraints, type) | ) |