I'm working on adjoint based fluid dynamic shape optimization. The overall standing target, computing shape sensitivities in a very efficient way, has to be interpreted as a Fréchet derivative of the objective functional J (from my engineering point of view). However, the name "shape derivative" is kind of a state of the art name but it is very hard to find papers where both, sensitivity as well as shape derivatives are mentioned together.
My question is as follows: Is there a difference in both concepts? If I take both and assume that the term r(x,y) for the Fréchet-derivative vanishes the expressions look very similar to me...
If not: where is the difference?
If yes: why does the community characterize these fundamental basis of shape optimization so different? Nearly every author starts its papers differently...
--------- Fréchet-derivative -----------
Assuming a nonlinear map J : X → Y . The Fréchet derivative is the linear mapping T : X → Y ∈ L(X; Y ) of J in x ∈ X:
J (x+h) = J(x)+T·h + r (x, y)
under the condition that ∀h ∈ X ∃ T if:
lim(h→ 0) of (J(x+h) − J(x) − T·h)/h = r(x, y)/h → 0.
--------- Shape-derivative -----------
Assuming the velocity method (shape moves through a given velocity in a pseudo time). Let Ω ⊆ R N and J be a functional with Ω → J(Ω). Then
the Eulerian derivative of J at Ω in the direction of a vector
field V is given by:
dJ(Ω;V) = lim(t→ 0) of (J(Ω _t) − J(Ω))/t.
Thank your for answering and please keep in mind: I'm not a mathematician!