[skip ci] consistent with rest of the module

This commit is contained in:
Martin Diehl 2019-05-17 06:49:25 +02:00
parent 3df9a8d58c
commit 7b620e3ce9
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,7 @@ pure function math_identity2nd(dimen)
end function math_identity2nd
!--------------------------------------------------------------------------------------------------
!> @brief symmetric fourth rank identity tensor of specified dimension
! from http://en.wikipedia.org/wiki/Tensor_derivative_(continuum_mechanics)#Derivative_of_a_second-order_tensor_with_respect_to_itself
@ -626,6 +627,7 @@ pure function math_skew33(m)
end function math_skew33
!--------------------------------------------------------------------------------------------------
!> @brief hydrostatic part of a 33 matrix
!--------------------------------------------------------------------------------------------------