DAMASK with MSC.Marc FEM solver  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with MSC.Marc
fesolving Module Reference

global variables for flow control More...

Variables

logical terminallyill = .false.
 at least one material point is terminally ill More...
 
integer, dimension(2) fesolving_execelem
 for ping-pong scheme always whole range, otherwise one specific element More...
 
integer, dimension(2) fesolving_execip
 for ping-pong scheme always range to max IP, otherwise one specific IP More...
 
logical, dimension(:,:), allocatable calcmode
 do calculation or simply collect when using ping pong scheme More...
 

Detailed Description

global variables for flow control

Author
Franz Roters, Max-Planck-Institut für Eisenforschung GmbH
Philip Eisenlohr, Max-Planck-Institut für Eisenforschung GmbH

Variable Documentation

◆ calcmode

logical, dimension(:,:), allocatable fesolving::calcmode

do calculation or simply collect when using ping pong scheme

Definition at line 5910 of file DAMASK_marc.f90.

Referenced by discretization_marc::discretization_marc_init(), and hypela2().

◆ fesolving_execelem

integer, dimension(2) fesolving::fesolving_execelem

◆ fesolving_execip

integer, dimension(2) fesolving::fesolving_execip

◆ terminallyill

logical fesolving::terminallyill = .false.

at least one material point is terminally ill

Definition at line 5902 of file DAMASK_marc.f90.

Referenced by cpfem_general(), hypela2(), and homogenization::materialpoint_stressanditstangent().