39#ifndef sensitivityShapeFI_H
40#define sensitivityShapeFI_H
54class sensitivityShapeFI
56 public ShapeSensitivitiesBase
63 sensitivityShapeFI(
const sensitivityShapeFI&) =
delete;
66 void operator=(
const sensitivityShapeFI&) =
delete;
Base class for adjoint solvers.
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.
TypeName("shapeFI")
Runtime type information.
virtual bool computeDxDbInternalField() const
Should the parameterization compute the internalField of dxdb.
virtual ~sensitivityShapeFI()=default
Destructor.
virtual void assembleSensitivities(autoPtr< designVariables > &designVars)
Assemble sensitivities.
const fvMesh & mesh() const
Return reference to mesh.
const dictionary & dict() const
Return the construction dictionary.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.