DAMASK_EICMD/src
Martin Diehl 7f0c782602 avoid repeated allocation of a_nS
leads to segmentation fault
2024-03-02 13:31:24 +05:30
..
Marc status needs to be passed 2024-01-09 14:45:11 +01:00
grid consistent naming 2024-01-17 09:42:44 +01:00
mesh consistent naming 2024-01-17 09:42:44 +01:00
test systematic testing of read/write 2023-11-26 13:05:39 +01:00
.gitignore full out of source build 2020-03-09 13:55:28 +01:00
CLI.f90 Cli improvements 2023-12-14 12:03:11 +00:00
CMakeLists.txt avoid hardcoding (requires/ensures systematic naming) 2023-12-30 16:02:00 +01:00
C_routines.c more systematic handling of colored output 2023-12-11 06:58:37 +01:00
HDF5_utilities.f90 use central functionality 2023-12-30 15:48:04 +01:00
IO.f90 Merge branch 'F2023-tokenize' into 'development' 2023-12-23 18:14:49 +00:00
LAPACK_interface.f90 parameters should be spelled in capitals 2023-06-04 13:52:31 +02:00
YAML_parse.f90 testing YAML_types 2023-10-05 22:58:31 +02:00
YAML_types.f90 more flexibility for setting default values 2023-12-10 22:22:19 +01:00
config.f90 avoid file name clashes 2023-07-11 20:45:20 +02:00
constants.f90 systematic naming of status code enums 2024-01-13 08:27:17 +01:00
crystal.f90 use consistently case-sensitive parameters 2023-11-25 16:21:00 +01:00
discretization.f90 parameters should be spelled in capitals 2023-06-04 13:52:31 +02:00
geometry_plastic_nonlocal.f90 parameters should be spelled in capitals 2023-06-04 13:52:31 +02:00
homogenization.f90 only needed for older (broken) ifort 2024-01-13 17:31:21 +01:00
homogenization_damage.f90 unified style 2023-07-24 18:29:36 +02:00
homogenization_damage_pass.f90 extend to multiple homogenization scheme 2022-02-27 16:58:40 +01:00
homogenization_mechanical.f90 was a 'write-only' variable 2023-12-23 22:39:23 +01:00
homogenization_mechanical_RGC.f90 consistent names 2023-08-01 18:03:00 +02:00
homogenization_mechanical_isostrain.f90 parameters should be spelled in capitals 2023-06-04 13:52:31 +02:00
homogenization_mechanical_pass.f90 more systematic name 2023-01-23 08:31:59 +01:00
homogenization_thermal.f90 unified style 2023-07-24 18:29:36 +02:00
homogenization_thermal_isotemperature.f90 enable output of temperature per phase 2022-02-19 18:56:41 +01:00
homogenization_thermal_pass.f90 extend to multiple homogenization scheme 2022-02-27 16:58:40 +01:00
material.f90 parameters should be spelled in capitals 2023-06-04 13:52:31 +02:00
materialpoint.f90 starting to test system_routines 2023-11-25 16:12:37 +01:00
math.f90 larger tolerance (test failed on Intel) 2023-11-27 06:41:13 +01:00
misc.f90 restore correct behavior 2023-12-05 15:58:06 +01:00
parallelization.f90 status needs to be passed 2024-01-09 14:45:11 +01:00
phase.f90 consistently use status code as return value 2024-01-11 14:59:30 +01:00
phase_damage.f90 systematic naming of status code enums 2024-01-13 08:27:17 +01:00
phase_damage_anisobrittle.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_damage_isobrittle.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_mechanical.f90 systematic naming of status code enums 2024-01-13 08:27:17 +01:00
phase_mechanical_eigen.f90 function is obsolete 2023-08-28 17:59:37 -04:00
phase_mechanical_eigen_thermalexpansion.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_mechanical_elastic.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_mechanical_plastic.f90 systematic naming of status code enums 2024-01-13 08:27:17 +01:00
phase_mechanical_plastic_dislotungsten.f90 two-step math_clip 2023-11-28 01:09:20 -05:00
phase_mechanical_plastic_dislotwin.f90 two-step math_clip 2023-11-28 01:09:20 -05:00
phase_mechanical_plastic_isotropic.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_mechanical_plastic_kinehardening.f90 avoid repeated allocation of a_nS 2024-03-02 13:31:24 +05:30
phase_mechanical_plastic_none.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_mechanical_plastic_nonlocal.f90 avoid repeated allocation of a_nS 2024-03-02 13:31:24 +05:30
phase_mechanical_plastic_phenopowerlaw.f90 avoid repeated allocation of a_nS 2024-03-02 13:31:24 +05:30
phase_thermal.f90 systematic naming of status code enums 2024-01-13 08:27:17 +01:00
phase_thermal_source_dissipation.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
phase_thermal_source_externalheat.f90 reverse order of printing 2023-08-28 21:43:21 -04:00
polynomials.f90 call polynomials_selfTest in DAMASK_test 2023-09-28 07:07:49 +02:00
prec.f90 parameters should be spelled in capitals 2023-06-04 13:52:31 +02:00
quit.f90 consistent capitalization 2023-12-09 14:22:14 +01:00
result.f90 allgather instead of allreduce+sum with contribution from 1 proc 2023-07-16 19:29:45 +02:00
rotations.f90 include more unit tests for Fortran 2023-07-31 11:04:58 +02:00
signal.f90 minor orthography adjustments 2023-02-11 14:30:12 +00:00
system_routines.f90 more systematic handling of colored output 2023-12-11 06:58:37 +01:00
tables.f90 extending test suite 2023-07-20 21:16:31 +02:00