Skip to content

Commit

Permalink
Merge pull request #13145 from jfriedlein/jfriedlein-4th_order_unit_t…
Browse files Browse the repository at this point in the history
…ensor_docu_typo

typo in docu of fourth order unit tensor (SymmetricTensor<4, dim, Number> identity_tensor())
  • Loading branch information
jppelteret committed Dec 30, 2021
2 parents 5d9d076 + 5943af6 commit e446276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/base/symmetric_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ DEAL_II_CONSTEXPR inline DEAL_II_ALWAYS_INLINE SymmetricTensor<4, dim, Number>
* In index notation, we can write the general form
* \f[
* \mathcal{I}_{ijkl} = \frac 12 \left( \delta_{ik} \delta_{jl} +
* \delta_{il} \delta_{jl} \right).
* \delta_{il} \delta_{jk} \right).
* \f]
* To see why this factor of $1 / 2$ is necessary, consider computing
* $\mathbf A= \mathbb I : \mathbf B$.
Expand Down

0 comments on commit e446276

Please sign in to comment.