DAMASK with grid solvers
Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with Grid Solvers
FEsolving.f90
Go to the documentation of this file.
1
# 1 "/home/damask_user/GitLabCI_Pipeline_4301/DAMASK/src/FEsolving.f90"
2
# 1 "<built-in>"
3
# 1 "<command-line>"
4
# 1 "/home/damask_user/GitLabCI_Pipeline_4301/DAMASK/src/FEsolving.f90"
5
!--------------------------------------------------------------------------------------------------
9
!--------------------------------------------------------------------------------------------------
10
module
fesolving
11
12
implicit none
13
public
14
15
logical
:: &
16
terminallyill
= .false.
17
18
integer
,
dimension(2)
:: &
19
fesolving_execelem
, & !< for ping-pong scheme always whole range, otherwise one specific element
20
fesolving_execip
21
22
23
24
25
26
27
end module
fesolving
fesolving::fesolving_execip
integer, dimension(2) fesolving_execip
for ping-pong scheme always range to max IP, otherwise one specific IP
Definition:
FEsolving.f90:18
fesolving::terminallyill
logical terminallyill
at least one material point is terminally ill
Definition:
FEsolving.f90:15
fesolving::fesolving_execelem
integer, dimension(2) fesolving_execelem
for ping-pong scheme always whole range, otherwise one specific element
Definition:
FEsolving.f90:18
fesolving
global variables for flow control
Definition:
FEsolving.f90:10
src
FEsolving.f90
Generated on Wed Apr 1 2020 18:44:57 for DAMASK with grid solvers by
1.8.17