DAMASK_EICMD/src/commercialFEM_fileList.f90

54 lines
2.1 KiB
Fortran
Raw Normal View History

!--------------------------------------------------------------------------------------------------
!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH
!> @brief all DAMASK files without solver
!> @details List of files needed by MSC.Marc
!--------------------------------------------------------------------------------------------------
2020-09-13 13:49:38 +05:30
#include "parallelization.f90"
2021-11-25 10:51:56 +05:30
#include "constants.f90"
#include "IO.f90"
2020-06-16 21:20:35 +05:30
#include "YAML_types.f90"
#include "YAML_parse.f90"
#include "HDF5_utilities.f90"
#include "results.f90"
#include "config.f90"
2020-04-10 16:22:27 +05:30
#include "LAPACK_interface.f90"
#include "math.f90"
#include "rotations.f90"
#include "lattice.f90"
2019-01-24 14:54:10 +05:30
#include "element.f90"
#include "geometry_plastic_nonlocal.f90"
#include "discretization.f90"
#include "Marc/discretization_Marc.f90"
#include "material.f90"
#include "phase.f90"
2021-02-09 03:51:53 +05:30
#include "phase_mechanical.f90"
2021-03-16 21:50:24 +05:30
#include "phase_mechanical_elastic.f90"
2021-02-09 03:51:53 +05:30
#include "phase_mechanical_plastic.f90"
#include "phase_mechanical_plastic_none.f90"
#include "phase_mechanical_plastic_isotropic.f90"
#include "phase_mechanical_plastic_phenopowerlaw.f90"
#include "phase_mechanical_plastic_kinehardening.f90"
#include "phase_mechanical_plastic_dislotwin.f90"
#include "phase_mechanical_plastic_dislotungsten.f90"
#include "phase_mechanical_plastic_nonlocal.f90"
#include "phase_mechanical_eigen.f90"
#include "phase_mechanical_eigen_cleavageopening.f90"
#include "phase_mechanical_eigen_thermalexpansion.f90"
#include "phase_thermal.f90"
#include "phase_thermal_dissipation.f90"
#include "phase_thermal_externalheat.f90"
#include "phase_damage.f90"
#include "phase_damage_isobrittle.f90"
#include "phase_damage_anisobrittle.f90"
#include "homogenization.f90"
2021-02-09 03:51:53 +05:30
#include "homogenization_mechanical.f90"
#include "homogenization_mechanical_pass.f90"
#include "homogenization_mechanical_isostrain.f90"
#include "homogenization_mechanical_RGC.f90"
2020-12-30 22:38:19 +05:30
#include "homogenization_thermal.f90"
2021-04-06 15:25:30 +05:30
#include "homogenization_thermal_pass.f90"
#include "homogenization_thermal_isotemperature.f90"
2021-01-21 01:24:31 +05:30
#include "homogenization_damage.f90"
2021-04-06 15:25:30 +05:30
#include "homogenization_damage_pass.f90"
#include "CPFEM.f90"