Problem with functional derivative
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!