We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a2c74e + 360a363 commit d13de6bCopy full SHA for d13de6b
1 file changed
src/hyperelasticity.jl
@@ -67,7 +67,7 @@ jac_mat(u,du,v) = ∫( (dE∘(∇(v),∇(u))) ⊙ (dS∘(∇(du),∇(u))) )*dΩ
67
68
jac_geo(u,du,v) = ∫( ∇(v) ⊙ ( (S∘∇(u))⋅∇(du) ) )*dΩ
69
70
-jac(u,du,v) = jac_mat(u,v,du) + jac_geo(u,v,du)
+jac(u,du,v) = jac_mat(u,du,v) + jac_geo(u,du,v)
71
72
# Construct the FEspace
73
reffe = ReferenceFE(lagrangian,VectorValue{2,Float64},1)
0 commit comments