DAMASK_EICMD/src
Martin Diehl cfc1a48833 Merge branch '30_parsePhasePartOnce' into 19-NewStylePhenopowerlaw 2018-06-02 09:52:00 +02:00
..
.gitignore symlinks can be handled by Git, so we can store them and simplify the installation 2017-05-16 11:10:01 +02:00
CMakeLists.txt data structure to store material.config 2018-06-01 10:14:12 +02:00
CPFEM.f90 merged more recent development 2018-03-09 18:19:41 -05:00
CPFEM2.f90 included changes to correct cutback issue of spectral solver 2018-02-16 09:36:18 -05:00
C_routines.c function to change working directory 2018-05-27 14:08:23 +02:00
DAMASK_abaqus_exp.f "et al." instead of "et. al" abbreviates "et alii", meaning "and others" 2018-04-22 09:32:59 +02:00
DAMASK_abaqus_std.f "et al." instead of "et. al" abbreviates "et alii", meaning "and others" 2018-04-22 10:07:49 +02:00
DAMASK_marc.f90 "et al." instead of "et. al" abbreviates "et alii", meaning "and others" 2018-04-22 10:07:49 +02:00
DAMASK_marc2014.2.f90 symlinks can be handled by Git, so we can store them and simplify the installation 2017-05-16 11:10:01 +02:00
DAMASK_marc2014.f90 symlinks can be handled by Git, so we can store them and simplify the installation 2017-05-16 11:10:01 +02:00
DAMASK_marc2015.f90 symlinks can be handled by Git, so we can store them and simplify the installation 2017-05-16 11:10:01 +02:00
DAMASK_marc2016.f90 symlinks can be handled by Git, so we can store them and simplify the installation 2017-05-16 11:10:01 +02:00
DAMASK_marc2017.f90 added Marc 2017 link 2017-10-05 17:57:21 +02:00
DAMASK_spectral.f90 citation block should be separated by empty lines 2018-05-28 07:01:50 +02:00
FEsolving.f90 modified meaning of restart increment to "restart from" instead of "restart at" 2018-02-16 16:41:07 -05:00
IO.f90 search for global tags can stop once first section is found 2018-06-02 06:32:16 +02:00
commercialFEM_fileList.f90 data structure to store material.config 2018-06-01 10:14:12 +02:00
compilation_info.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
constitutive.f90 Merge branch '30_parsePhasePartOnce' into 19-NewStylePhenopowerlaw 2018-06-01 23:19:08 +02:00
crystallite.f90 merged more recent development 2018-03-09 18:19:41 -05:00
damage_local.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
damage_none.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
damage_nonlocal.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
debug.f90 merged more recent development 2018-03-09 18:19:41 -05:00
homogenization.f90 included changes to correct cutback issue of spectral solver 2018-02-16 09:36:18 -05:00
homogenization_RGC.f90 post-release cleaning 2018-05-22 19:16:12 +02:00
homogenization_isostrain.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
homogenization_none.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
hydrogenflux_cahnhilliard.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
hydrogenflux_isoconc.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
kinematics_cleavage_opening.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
kinematics_hydrogen_strain.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
kinematics_slipplane_opening.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
kinematics_thermal_expansion.f90 thermal expansion coefficient alpha = a + b(T-T_0) + c(T-T_0)^2 2018-02-25 14:14:03 -05:00
kinematics_vacancy_strain.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
lattice.f90 thermal expansion coefficient alpha = a + b(T-T_0) + c(T-T_0)^2 2018-02-25 14:14:03 -05:00
list.f90 read phase part in material.f90 only once and operate then on data in main memory 2018-06-02 09:39:05 +02:00
material.f90 read phase part in material.f90 only once and operate then on data in main memory 2018-06-02 09:39:05 +02:00
math.f90 WIP: separate reading in and parsing 2018-05-31 18:31:44 +02:00
mesh.f90 employing use statements (almost no external functions anymore) 2018-05-17 12:04:21 +02:00
numerics.f90 forgot to update default 2018-05-26 12:08:28 +02:00
plastic_disloUCLA.f90 "et al." instead of "et. al" abbreviates "et alii", meaning "and others" 2018-04-22 10:07:49 +02:00
plastic_dislotwin.f90 "et al." instead of "et. al" abbreviates "et alii", meaning "and others" 2018-04-22 10:07:49 +02:00
plastic_isotropic.f90 adjusting variable names in isotropic to DAMASK paper 2018-06-01 21:23:25 +02:00
plastic_kinematichardening.f90 added check to the "Plasticity_DetectChanges" test and removed commented-out parts for kinematic hardening 2018-05-03 22:39:49 -04:00
plastic_none.f90 only doing things that are required 2018-06-02 05:38:45 +02:00
plastic_nonlocal.f90 replaced #ifndef _OPENMP with #ifdef DEBUG to trigger inclusion of parallelized debug statements; fixed minor bugs in debug output 2017-10-03 09:20:53 -04:00
plastic_phenopowerlaw.f90 polishing 2018-06-02 05:39:40 +02:00
porosity_none.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
porosity_phasefield.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
prec.f90 gfortran 8 was complaining, asigned pointer is not contiguous 2018-05-16 00:09:33 +02:00
source_damage_anisoBrittle.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_damage_anisoDuctile.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_damage_isoBrittle.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_damage_isoDuctile.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_thermal_dissipation.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_thermal_externalheat.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_vacancy_irradiation.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_vacancy_phenoplasticity.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
source_vacancy_thermalfluc.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
spectral_damage.f90 destroying unused object causes problem with PETSc 3.9 2018-05-19 11:20:04 +02:00
spectral_interface.f90 destroying unused object causes problem with PETSc 3.9 2018-05-19 11:20:04 +02:00
spectral_mech_Basic.f90 wrong label 2018-05-26 12:35:02 +02:00
spectral_mech_Polarisation.f90 destroying unused object causes problem with PETSc 3.9 2018-05-19 11:20:04 +02:00
spectral_thermal.f90 destroying unused object causes problem with PETSc 3.9 2018-05-19 11:20:04 +02:00
spectral_utilities.f90 Merge branch 'PETSc3.9' into 'development' 2018-05-19 17:39:26 +02:00
system_routines.f90 function to change working directory 2018-05-27 14:08:23 +02:00
thermal_adiabatic.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
thermal_conduction.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
thermal_isothermal.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
vacancyflux_cahnhilliard.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
vacancyflux_isochempot.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00
vacancyflux_isoconc.f90 compiler_options and compiler_version supported by new Intel compiler 2018-02-02 12:36:09 +01:00