documentation
This commit is contained in:
parent
20e3bdd857
commit
e8992e7b72
|
@ -767,6 +767,10 @@ subroutine results_mapping_materialpoint(homogenizationAt,memberAtLocal,label)
|
||||||
|
|
||||||
end subroutine results_mapping_materialpoint
|
end subroutine results_mapping_materialpoint
|
||||||
|
|
||||||
|
|
||||||
|
!--------------------------------------------------------------------------------------------------
|
||||||
|
!> @brief current date and time (including time zone information)
|
||||||
|
!--------------------------------------------------------------------------------------------------
|
||||||
character(len=24) function now()
|
character(len=24) function now()
|
||||||
|
|
||||||
character(len=5) :: zone
|
character(len=5) :: zone
|
||||||
|
@ -778,6 +782,7 @@ character(len=24) function now()
|
||||||
|
|
||||||
end function now
|
end function now
|
||||||
|
|
||||||
|
|
||||||
!!--------------------------------------------------------------------------------------------------
|
!!--------------------------------------------------------------------------------------------------
|
||||||
!!> @brief adds the backward mapping from spatial position and constituent ID to results
|
!!> @brief adds the backward mapping from spatial position and constituent ID to results
|
||||||
!!--------------------------------------------------------------------------------------------------
|
!!--------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue