mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-18 09:41:31 +00:00
Minor update. Again working on elasticity solver notebook.
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ Return partial derivatives of shape functions w.r.t X using chain rule.
|
||||
"""
|
||||
function get_dbasisdX(el::Element, xi)
|
||||
J = interpolate(el, "coordinates", xi; derivative=true)
|
||||
dbasisdX = el.dbasis(xi)*inv(J)
|
||||
dbasisdX = el.dbasis(xi)*inv(J')
|
||||
return dbasisdX
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user