initializing lattice after materials allows to use the pre-parsed material.config

This commit is contained in:
Martin Diehl 2018-06-02 20:59:30 +02:00
parent 142ce51c9c
commit db32bd1fd6
2 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ subroutine CPFEM_initAll(el,ip)
math_init
use mesh, only: &
mesh_init
use lattice, only: &
lattice_init
use material, only: &
material_init
use lattice, only: &
lattice_init
use constitutive, only: &
constitutive_init
use crystallite, only: &

View File

@ -33,10 +33,10 @@ subroutine CPFEM_initAll(el,ip)
math_init
use mesh, only: &
mesh_init
use lattice, only: &
lattice_init
use material, only: &
material_init
use lattice, only: &
lattice_init
use constitutive, only: &
constitutive_init
use crystallite, only: &