Problem with functional derivative

조회 수: 4 (최근 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에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by