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
|
vacancy_constant.o vacancy_generation.o
|
||||||
|
|
||||||
PLASTIC_FILES = \
|
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
|
plastic_titanmod.o plastic_nonlocal.o plastic_none.o constitutive.o
|
||||||
|
|
||||||
|
|
||||||
|
@ -428,14 +428,7 @@ crystallite.o: crystallite.f90 \
|
||||||
constitutive.o
|
constitutive.o
|
||||||
|
|
||||||
constitutive.o: constitutive.f90 \
|
constitutive.o: constitutive.f90 \
|
||||||
plastic_nonlocal.o \
|
$(PLASTIC_FILES) \
|
||||||
plastic_titanmod.o \
|
|
||||||
plastic_dislotwin.o \
|
|
||||||
plastic_disloKMC.o \
|
|
||||||
plastic_disloUCLA.o \
|
|
||||||
plastic_phenopowerlaw.o \
|
|
||||||
plastic_j2.o \
|
|
||||||
plastic_none.o \
|
|
||||||
$(DAMAGE_FILES) \
|
$(DAMAGE_FILES) \
|
||||||
$(THERMAL_FILES) \
|
$(THERMAL_FILES) \
|
||||||
$(VACANCY_FILES)
|
$(VACANCY_FILES)
|
||||||
|
|
|
@ -336,7 +336,6 @@ subroutine homogenization_RGC_partitionDeformation(F,avgF,ip,el)
|
||||||
use material, only: &
|
use material, only: &
|
||||||
homogenization_maxNgrains, &
|
homogenization_maxNgrains, &
|
||||||
homogenization_Ngrains,&
|
homogenization_Ngrains,&
|
||||||
homogState, &
|
|
||||||
mappingHomogenization, &
|
mappingHomogenization, &
|
||||||
homogenization_typeInstance
|
homogenization_typeInstance
|
||||||
use FEsolving, only: &
|
use FEsolving, only: &
|
||||||
|
@ -904,8 +903,7 @@ subroutine homogenization_RGC_averageStressAndItsTangent(avgP,dAvgPdAvgF,P,dPdF,
|
||||||
use mesh, only: mesh_element
|
use mesh, only: mesh_element
|
||||||
use material, only: &
|
use material, only: &
|
||||||
homogenization_maxNgrains, &
|
homogenization_maxNgrains, &
|
||||||
homogState, &
|
mappingHomogenization, &
|
||||||
mappingHomogenization, &
|
|
||||||
homogenization_Ngrains, &
|
homogenization_Ngrains, &
|
||||||
homogenization_typeInstance
|
homogenization_typeInstance
|
||||||
use math, only: math_Plain3333to99
|
use math, only: math_Plain3333to99
|
||||||
|
|
Loading…
Reference in New Issue