Skip to content

Commit

Permalink
Minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM committed Oct 28, 2024
1 parent 536cc84 commit bde6f1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/literate-tutorials/hyperelasticity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ using Ferrite, Tensors, TimerOutputs, ProgressMeter, IterativeSolvers
# following:
# ```math
# \begin{aligned}
# \frac{\partial P_{ij}}{\partial F_{kl}} &= \\
# \frac{\partial P_{ij}}{\partial F_{kl}} &=
# \frac{\partial (F_{im}S_{mj})}{\partial F_{kl}} \\ &=
# \frac{\partial F_{im}}{\partial F_{kl}}S_{mj} +
# F_{im}\frac{\partial S_{mj}}{\partial F_{kl}} \\ &=
Expand Down Expand Up @@ -146,7 +146,6 @@ using Ferrite, Tensors, TimerOutputs, ProgressMeter, IterativeSolvers
# ``\frac{\partial \mathbf{S}}{\partial \mathbf{C}}`` is *minor* symmetric (``\frac{\partial
# S_{mj}}{\partial C_{no}} = \frac{\partial S_{mj}}{\partial C_{on}}``).


# ### Implementation of material model using automatic differentiation
# We can implement the material model as follows, where we utilize automatic differentiation
# for the stress and the tangent, and thus only define the potential:
Expand Down

0 comments on commit bde6f1a

Please sign in to comment.