simplified makefile and remove unused variables in RGC
This commit is contained in:
parent
7156e3996b
commit
50998bd6a4
|
@ -315,7 +315,7 @@ VACANCY_FILES = \
|
|||
vacancy_constant.o vacancy_generation.o
|
||||
|
||||
PLASTIC_FILES = \
|
||||
plastic_dislotwin.o plastic_disloKMC.o plastic_disloUCLA.o plastic_j2.o plastic_phenopowerlaw.o \
|
||||
plastic_dislotwin.o plastic_disloUCLA.o plastic_disloKMC.o plastic_j2.o plastic_phenopowerlaw.o \
|
||||
plastic_titanmod.o plastic_nonlocal.o plastic_none.o constitutive.o
|
||||
|
||||
|
||||
|
@ -428,14 +428,7 @@ crystallite.o: crystallite.f90 \
|
|||
constitutive.o
|
||||
|
||||
constitutive.o: constitutive.f90 \
|
||||
plastic_nonlocal.o \
|
||||
plastic_titanmod.o \
|
||||
plastic_dislotwin.o \
|
||||
plastic_disloKMC.o \
|
||||
plastic_disloUCLA.o \
|
||||
plastic_phenopowerlaw.o \
|
||||
plastic_j2.o \
|
||||
plastic_none.o \
|
||||
$(PLASTIC_FILES) \
|
||||
$(DAMAGE_FILES) \
|
||||
$(THERMAL_FILES) \
|
||||
$(VACANCY_FILES)
|
||||
|
|
|
@ -336,7 +336,6 @@ subroutine homogenization_RGC_partitionDeformation(F,avgF,ip,el)
|
|||
use material, only: &
|
||||
homogenization_maxNgrains, &
|
||||
homogenization_Ngrains,&
|
||||
homogState, &
|
||||
mappingHomogenization, &
|
||||
homogenization_typeInstance
|
||||
use FEsolving, only: &
|
||||
|
@ -904,7 +903,6 @@ subroutine homogenization_RGC_averageStressAndItsTangent(avgP,dAvgPdAvgF,P,dPdF,
|
|||
use mesh, only: mesh_element
|
||||
use material, only: &
|
||||
homogenization_maxNgrains, &
|
||||
homogState, &
|
||||
mappingHomogenization, &
|
||||
homogenization_Ngrains, &
|
||||
homogenization_typeInstance
|
||||
|
|
Loading…
Reference in New Issue