documentation

This commit is contained in:
Martin Diehl 2020-05-25 22:09:46 +02:00
parent 20e3bdd857
commit e8992e7b72
1 changed files with 5 additions and 0 deletions

View File

@ -767,6 +767,10 @@ subroutine results_mapping_materialpoint(homogenizationAt,memberAtLocal,label)
end subroutine results_mapping_materialpoint
!--------------------------------------------------------------------------------------------------
!> @brief current date and time (including time zone information)
!--------------------------------------------------------------------------------------------------
character(len=24) function now()
character(len=5) :: zone
@ -778,6 +782,7 @@ character(len=24) function now()
end function now
!!--------------------------------------------------------------------------------------------------
!!> @brief adds the backward mapping from spatial position and constituent ID to results
!!--------------------------------------------------------------------------------------------------