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"
#include "IO.f90"
2020-06-16 21:20:35 +05:30
#include "YAML_types.f90"
#include "YAML_parse.f90"
#include "config.f90"
2020-04-10 16:22:27 +05:30
#include "LAPACK_interface.f90"
#include "math.f90"
#include "rotations.f90"
2019-01-24 14:54:10 +05:30
#include "element.f90"
#include "HDF5_utilities.f90"
#include "results.f90"
#include "geometry_plastic_nonlocal.f90"
#include "discretization.f90"
#include "marc/discretization_marc.f90"
#include "material.f90"
#include "lattice.f90"
#include "phase.f90"
#include "phase_mechanics.f90"
2021-01-27 01:13:30 +05:30
#include "phase_mechanics_plastic.f90"
#include "phase_mechanics_plastic_none.f90"
#include "phase_mechanics_plastic_isotropic.f90"
#include "phase_mechanics_plastic_phenopowerlaw.f90"
#include "phase_mechanics_plastic_kinehardening.f90"
#include "phase_mechanics_plastic_dislotwin.f90"
#include "phase_mechanics_plastic_dislotungsten.f90"
#include "phase_mechanics_plastic_nonlocal.f90"
2021-01-27 01:13:30 +05:30
#include "phase_mechanics_eigendeformation.f90"
2021-01-27 01:06:28 +05:30
#include "phase_mechanics_eigendeformation_cleavageopening.f90"
#include "phase_mechanics_eigendeformation_slipplaneopening.f90"
#include "phase_damage.f90"
#include "phase_damage_isobrittle.f90"
#include "phase_damage_isoductile.f90"
#include "phase_damage_anisobrittle.f90"
#include "phase_damage_anisoductile.f90"
#include "phase_thermal.f90"
#include "phase_mechanics_eigendeformation_thermalexpansion.f90"
#include "phase_thermal_dissipation.f90"
#include "phase_thermal_externalheat.f90"
#include "damage_none.f90"
#include "damage_nonlocal.f90"
#include "homogenization.f90"
#include "homogenization_mechanics.f90"
#include "homogenization_mechanics_none.f90"
#include "homogenization_mechanics_isostrain.f90"
#include "homogenization_mechanics_RGC.f90"
2020-12-30 22:38:19 +05:30
#include "homogenization_thermal.f90"
2021-01-21 01:24:31 +05:30
#include "homogenization_damage.f90"
#include "CPFEM.f90"