DAMASK_EICMD/src/FEsolving.f90

16 lines
832 B
Fortran
Raw Normal View History

!--------------------------------------------------------------------------------------------------
!> @author Franz Roters, Max-Planck-Institut für Eisenforschung GmbH
!> @author Philip Eisenlohr, Max-Planck-Institut für Eisenforschung GmbH
!> @brief global variables for flow control
!--------------------------------------------------------------------------------------------------
module FEsolving
2020-03-29 23:34:51 +05:30
2019-06-11 19:46:10 +05:30
implicit none
2020-01-29 19:22:09 +05:30
public
integer, dimension(2) :: &
FEsolving_execElem, & !< for ping-pong scheme always whole range, otherwise one specific element
2019-06-11 19:46:10 +05:30
FEsolving_execIP !< for ping-pong scheme always range to max IP, otherwise one specific IP
end module FEsolving