Replies: 1 comment 1 reply
-
Hi 👋 In your equations, you have indices i (for f) and (i,j) (for K) on the left side, but not on the right side. Hopefully the following notes can help, that you want to have, Hence you already have already calculated most derivatives correctly, Update: In the current v1 of Ferrite, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo,
I am trying to compute the first an the second derivative of w and gd see the code below. I am not sure about to do that. The picture show you the K and f that I would like to implement.
w(ϕ) = ϕ and
g(ϕ) = (1 - ϕ)^2.
How to compute the 1st and 2nd derivative of the function w and g i.e. w'(ϕ), w''(ϕ)and g'(ϕ), g''(ϕ). I need the derivative for computing the contribution to fe and to Ke
code:
Beta Was this translation helpful? Give feedback.
All reactions