store grid and size

store it temporarly at "mappings", later on they will be attached to the
(no yet existing) coordinates
This commit is contained in:
Martin Diehl 2019-04-11 15:44:34 +02:00
parent 3c8d96c54c
commit 12efa108d6
1 changed files with 5 additions and 0 deletions

View File

@ -358,6 +358,11 @@ program DAMASK_spectral
enddo
close(fileUnit)
call results_openJobFile
call results_addAttribute('grid',grid,'mapping')
call results_addAttribute('size',geomSize,'mapping')
call results_closeJobFile
!--------------------------------------------------------------------------------------------------
! doing initialization depending on active solvers
call Utilities_init()