40#ifndef steepestDescent_H
41#define steepestDescent_H
63 steepestDescent(
const steepestDescent&);
66 void operator=(
const steepestDescent&);
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
void computeCorrection()
Return the correction of the design variables.
TypeName("steepestDescent")
Runtime type information.
virtual ~steepestDescent()=default
Destructor.
label nConstraints() const
Get the number of constraints.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.