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:
parent
3c8d96c54c
commit
12efa108d6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue