DAMASK_EICMD/code
Christoph Kords 36676029e1 for state integrator 2 (explicit euler) and 3 (adaptive 2nd order euler): don't do any state evolution during stiffness perturbation, but only stress integration, since for those cases the state is not restored after every perturbation step 2012-10-19 11:20:31 +00:00
..
config added comments (doxygen conform) to phenopowerlaw, added warning on specifying h0_sliptwin as it has no effect 2012-10-11 14:49:12 +00:00
include common blocks from 2012 2012-06-13 07:30:27 +00:00
setup passing of multiple make options possible now 2012-07-03 13:57:05 +00:00
CPFEM.f90 added doxygen comments, some polishing, added "protected" statements where applicable 2012-10-02 12:53:25 +00:00
DAMASK_abaqus_exp.f moved the the variable cutBack from FEsolving.f90 (where it was not used at all) to the interface routines to make responsibility of cut back control clear 2012-10-02 12:46:58 +00:00
DAMASK_abaqus_std.f moved the the variable cutBack from FEsolving.f90 (where it was not used at all) to the interface routines to make responsibility of cut back control clear 2012-10-02 12:46:58 +00:00
DAMASK_marc.f90 moved the the variable cutBack from FEsolving.f90 (where it was not used at all) to the interface routines to make responsibility of cut back control clear 2012-10-02 12:46:58 +00:00
DAMASK_run.py enabling regridding more than once by introducing deallocation of arrays 2012-07-31 15:37:49 +00:00
DAMASK_spectral.f90 substituted hand written matrix inversion by LAPACK version with precision selection. 2012-08-28 16:59:45 +00:00
DAMASK_spectral_driver.f90 unified naming scheme, fixed a bug in the new basic scheme, and added a statistic file similar to abaqus to store the information on needed cut backs and iterations for each inc 2012-10-19 08:44:21 +00:00
DAMASK_spectral_interface.f90 moved option for UTF-8 encoding to spectral interface as this is now called before prec init. 2012-10-04 14:22:39 +00:00
DAMASK_spectral_solverAL.f90 unified naming scheme, fixed a bug in the new basic scheme, and added a statistic file similar to abaqus to store the information on needed cut backs and iterations for each inc 2012-10-19 08:44:21 +00:00
DAMASK_spectral_solverBasic.f90 unified naming scheme, fixed a bug in the new basic scheme, and added a statistic file similar to abaqus to store the information on needed cut backs and iterations for each inc 2012-10-19 08:44:21 +00:00
DAMASK_spectral_solverBasicPETSc.f90 unified naming scheme, fixed a bug in the new basic scheme, and added a statistic file similar to abaqus to store the information on needed cut backs and iterations for each inc 2012-10-19 08:44:21 +00:00
DAMASK_spectral_utilities.f90 unified naming scheme, fixed a bug in the new basic scheme, and added a statistic file similar to abaqus to store the information on needed cut backs and iterations for each inc 2012-10-19 08:44:21 +00:00
FEsolving.f90 moved the the variable cutBack from FEsolving.f90 (where it was not used at all) to the interface routines to make responsibility of cut back control clear 2012-10-02 12:46:58 +00:00
IO.f90 changed keyword in spectral geometry file for multiplication of entries from "copies of" to "of" 2012-10-18 10:17:16 +00:00
Makefile unified naming scheme, fixed a bug in the new basic scheme, and added a statistic file similar to abaqus to store the information on needed cut backs and iterations for each inc 2012-10-19 08:44:21 +00:00
compilation_info.f90 substituted the call to the flush subroutine with the intrisic flush(6) function 2012-09-24 12:10:28 +00:00
constitutive.f90 fixed problem with gnu compiler: allocation of variables in constitutive_nonlocal_stateInit was not safe when not using any nonlocal constitution 2012-10-09 12:34:57 +00:00
constitutive_dislotwin.f90 condensed error reporting for constitutive_XYZ_init 2012-07-17 17:36:24 +00:00
constitutive_j2.f90 changed numerics.f90 back to the old openmp statement as this doesn't seem to cause the problem and is standard conforming 2012-08-29 16:16:10 +00:00
constitutive_none.f90 new version of modular solver structure 2012-08-03 09:25:48 +00:00
constitutive_nonlocal.f90 fixed problem with gnu compiler: allocation of variables in constitutive_nonlocal_stateInit was not safe when not using any nonlocal constitution 2012-10-09 12:34:57 +00:00
constitutive_phenopowerlaw.f90 added comments (doxygen conform) to phenopowerlaw, added warning on specifying h0_sliptwin as it has no effect 2012-10-11 14:49:12 +00:00
constitutive_titanmod.f90 condensed error reporting for constitutive_XYZ_init 2012-07-17 17:36:24 +00:00
crystallite.f90 for state integrator 2 (explicit euler) and 3 (adaptive 2nd order euler): don't do any state evolution during stiffness perturbation, but only stress integration, since for those cases the state is not restored after every perturbation step 2012-10-19 11:20:31 +00:00
damask.core.pyf moved some more 'mesh related' functions for post processing from math.f90 to mesh.f90 2012-08-27 08:04:47 +00:00
debug.f90 prepared loop distributions to hold "over shooters" 2012-10-12 18:00:55 +00:00
homogenization.f90 only first broken ip signals "terminally ill" 2012-10-18 13:48:06 +00:00
homogenization_RGC.f90 substituted hand written matrix inversion by LAPACK version with precision selection. 2012-08-28 16:59:45 +00:00
homogenization_isostrain.f90 added new, flexible debugging scheme. 2012-03-08 20:25:28 +00:00
lattice.f90 removed now obsolete vectorproduct variables st, tt... 2012-10-18 07:25:49 +00:00
material.f90 added doxygen comments, some polishing, added "protected" statements where applicable 2012-10-02 12:53:25 +00:00
math.f90 fixed error in _identity (wrong delta-function) 2012-10-12 17:54:20 +00:00
mesh.f90 new scaling feature in numerics (unitlength) did not scale the reference coordinates in the first place; now this is taken care of in mesh.f90, so scaling should work properly 2012-09-25 16:21:58 +00:00
numerics.f90 numerics got some protected statements and is now reading in the new keywords for the solver selection in small letters. 2012-10-02 15:26:56 +00:00
prec.f90 moved option for UTF-8 encoding to spectral interface as this is now called before prec init. 2012-10-04 14:22:39 +00:00
spectral_quit.f90 corrected some bugs concerning the regridding 2012-06-20 12:49:46 +00:00