74 return isDoubleSidedConstraint_;
objectiveManager objectiveManager_
Object to manage objective functions.
bool isDoubleSidedConstraint()
Is the solving referring to a double-sided constraint.
const primalSolver & getPrimalSolver() const
Return a const-reference to the primal solver corresponding to this adjoint solver.
const word & primalSolverName() const
Return the primal solver name.
bool isConstraint()
Is the solving referring to a constraint.
const word primalSolverName_
Name of primal solver.
bool isDoubleSidedConstraint_
Is the adjoint solver used to tackle a double-sided constraint.
bool isConstraint_
Is the adjoint solver used to tackle a constraint.
const objectiveManager & getObjectiveManager() const
Return a const reference to the objective manager.
Class for managing objective functions.
Base class for primal solvers.
fvMesh & mesh_
Reference to the mesh database.
A class for handling words, derived from Foam::string.