marc/abaqus includes for ductile damage

This commit is contained in:
Pratheek Shanthraj 2014-09-30 13:25:07 +00:00
parent 8aa328a6b2
commit 3aa5ca68c5
3 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,7 @@ end module DAMASK_interface
#include "lattice.f90"
#include "damage_none.f90"
#include "damage_brittle.f90"
#include "damage_ductile.f90"
#include "thermal_isothermal.f90"
#include "thermal_heatGen.f90"
#include "constitutive_none.f90"

View File

@ -84,6 +84,7 @@ end module DAMASK_interface
#include "lattice.f90"
#include "damage_none.f90"
#include "damage_brittle.f90"
#include "damage_ductile.f90"
#include "thermal_isothermal.f90"
#include "thermal_heatGen.f90"
#include "constitutive_none.f90"

View File

@ -113,6 +113,7 @@ end module DAMASK_interface
#include "lattice.f90"
#include "damage_none.f90"
#include "damage_brittle.f90"
#include "damage_ductile.f90"
#include "thermal_isothermal.f90"
#include "thermal_heatGen.f90"
#include "constitutive_none.f90"