marc/abaqus includes for ductile damage
This commit is contained in:
parent
8aa328a6b2
commit
3aa5ca68c5
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue