..
config
changed 'range' keyword to 'limit', now using proper ASCII table (with column 'intensity') for linearODF
2015-04-15 14:37:46 +00:00
CPFEM.f90
FEM : hierarchical ordering of h5 output data and more meaningful visualisation for multiple grains/crystallites/phases
2015-03-30 09:45:10 +00:00
DAMASK_abaqus_exp.f
ugly hack for Abaqus in prec, it seems that it links against old (10.1) ifort where IEEE_arithmetic is not avaialbe.
2015-04-15 18:10:56 +00:00
DAMASK_abaqus_std.f
ugly hack for Abaqus in prec, it seems that it links against old (10.1) ifort where IEEE_arithmetic is not avaialbe.
2015-04-15 18:10:56 +00:00
DAMASK_marc.f90
corrected bug: renamed file list for commercial FEM solvers to start with small letter
2014-12-08 16:36:22 +00:00
DAMASK_run.py
tested new scripts to update shebang, all files got same shebang (and for python files encoding)
2014-04-01 18:41:14 +00:00
DAMASK_spectral_driver.f90
comment was confused by search and replace
2015-04-01 16:04:33 +00:00
DAMASK_spectral_interface.f90
Spectral solver now fully parallel (parallel IO, domain decomposition, FFTs and restart). Working but not extensively tested so please report bugs to me
2015-03-25 16:06:19 +00:00
DAMASK_spectral_solverAL.f90
gfortran noticed that these functions are external
2015-04-11 20:28:07 +00:00
DAMASK_spectral_solverBasicPETSc.f90
gfortran noticed that these functions are external
2015-04-11 20:28:07 +00:00
DAMASK_spectral_solverPolarisation.f90
gfortran noticed that these functions are external
2015-04-11 20:28:07 +00:00
DAMASK_spectral_utilities.f90
for some reasons, ifort was complaining about mixed integer types.
2015-03-30 20:49:17 +00:00
FEsolving.f90
polishing
2014-10-13 08:44:49 +00:00
IO.f90
changed 'range' keyword to 'limit', now using proper ASCII table (with column 'intensity') for linearODF
2015-04-15 14:37:46 +00:00
Makefile
improved NaN checks
2015-04-13 10:02:52 +00:00
commercialFEM_fileList.f90
added new model by david (LLNL/UCLA)
2015-01-15 10:56:15 +00:00
compilation_info.f90
improved NaN checks
2015-04-13 10:02:52 +00:00
constitutive.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
core_quit.f90
removed copyright from *.f90 and *.f files, will be added using the deployMe script for release/nightly build. Now based on presence of svn:keywords property set (usually "Id"). Similar thing will be done for .py, .sh, and .config files but more involved because they might be executable
2014-03-29 08:20:36 +00:00
crystallite.f90
improved NaN checks
2015-04-13 10:02:52 +00:00
damage_anisoBrittle.f90
some corrections to the damage models
2015-03-06 13:12:32 +00:00
damage_anisoDuctile.f90
math_transpose33 not used
2015-04-08 18:33:08 +00:00
damage_gurson.f90
integer type was use for void fraction, should be real
2015-04-13 10:36:45 +00:00
damage_isoBrittle.f90
unused variable
2015-04-15 18:05:27 +00:00
damage_isoDuctile.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
damage_none.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
damage_phaseField.f90
some corrections to the damage models
2015-03-06 13:12:32 +00:00
damask.core.pyf
cleaned up core modul
2015-03-27 14:10:18 +00:00
debug.f90
changes related to intermediate configuration kinematics:
2015-03-06 13:09:00 +00:00
homogenization.f90
FEM : hierarchical ordering of h5 output data and more meaningful visualisation for multiple grains/crystallites/phases
2015-03-30 09:45:10 +00:00
homogenization_RGC.f90
simplified makefile and remove unused variables in RGC
2015-04-12 08:11:22 +00:00
homogenization_isostrain.f90
updated MPI reporting in line with recent changes
2014-10-10 16:21:10 +00:00
homogenization_none.f90
updated MPI reporting in line with recent changes
2014-10-10 16:21:10 +00:00
lattice.f90
also using isNaN function
2015-04-14 11:43:31 +00:00
libs.f90
compiler for spectral solver is now the version provided by petsc (similar to linking)
2014-08-24 22:07:53 +00:00
material.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
math.f90
comparison for zero should be abs:
2015-04-11 08:25:23 +00:00
mesh.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
numerics.f90
for some reasons, ifort was complaining about mixed integer types.
2015-03-30 20:49:17 +00:00
plastic_disloKMC.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_disloUCLA.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_dislotwin.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_j2.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_none.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_nonlocal.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_phenopowerlaw.f90
took some gfortran complaints serious (unused imports, implicit castings)
2015-04-11 11:47:33 +00:00
plastic_titanmod.f90
comparison for zero should be abs:
2015-04-11 08:25:23 +00:00
prec.f90
ugly hack for Abaqus in prec, it seems that it links against old (10.1) ifort where IEEE_arithmetic is not avaialbe.
2015-04-15 18:10:56 +00:00
thermal_adiabatic.f90
need to keep track of temperature again since we can no longer get this from F_T
2015-03-18 18:03:18 +00:00
thermal_isothermal.f90
no need to pass fileunit during init of none types
2014-11-07 12:15:28 +00:00
vacancy_constant.f90
no need to pass fileunit during init of none types
2014-11-07 12:15:28 +00:00
vacancy_generation.f90
removing some unused code and cleaning up
2015-01-16 17:32:47 +00:00