addDisplacement is deprecated
This commit is contained in:
parent
d74c1534ed
commit
078baa14c7
|
@ -113,21 +113,6 @@ Pre_General:
|
|||
- release
|
||||
- release
|
||||
|
||||
Post_GeometryReconstruction:
|
||||
stage: deprecated
|
||||
script: spectral_geometryReconstruction/test.py
|
||||
except:
|
||||
- master
|
||||
- release
|
||||
|
||||
Post_OrientationAverageMisorientation:
|
||||
stage: deprecated
|
||||
script:
|
||||
- OrientationAverageMisorientation/test.py
|
||||
except:
|
||||
- master
|
||||
- release
|
||||
|
||||
###################################################################################################
|
||||
compile_grid_Intel:
|
||||
stage: compile
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
8Grains:
|
||||
N_constituents: 8
|
||||
mechanical:
|
||||
type: RGC
|
||||
D_alpha: [4.0e-06, 4.0e-06, 2.0e-06]
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Taylor:
|
||||
Taylor2:
|
||||
N_constituents: 2
|
||||
mechanical: {type: isostrain}
|
|
@ -0,0 +1,4 @@
|
|||
Aluminum:
|
||||
lattice: cF
|
||||
mechanical:
|
||||
elastic: {C_11: 106.75e9, C_12: 60.41e9, C_44: 28.34e9, type: hooke}
|
Loading…
Reference in New Issue