Problem with functional derivative

2 次查看(过去 30 天)
SS
SS 2018-5-28
Dear,
I am trying evaluate variational derivative of the form:
delta(F)/delta(e1)
F is the functional and e1, e2 and e3 are strain measures.
I used the following code, but get a zero result. Could you please help if I am going wrong.
syms e1(x,y) e2(x,y) e3(x,y) a1=1; a2=1; f = a1*diff(e1,x,x)+diff(e1,y,y)+a2*(diff(e2,x,x)+diff(e2,y,y)+diff(e3,x,x)+diff(e3,y,y)); D = functionalDerivative(f,e1)
Thank you, SS

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Assumptions 的更多信息

产品


版本

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by