From 34aa8542817a5106916cd9107be761d4fbf237e9 Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Fri, 16 Oct 2020 16:10:04 +0200 Subject: [PATCH] [skip sc] updated files --- examples/SpectralMethod/Polycrystal/shearXY.yaml | 4 ++-- examples/SpectralMethod/Polycrystal/shearZX.yaml | 4 ++-- examples/SpectralMethod/Polycrystal/tensionX.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/SpectralMethod/Polycrystal/shearXY.yaml b/examples/SpectralMethod/Polycrystal/shearXY.yaml index 35ebd28ea..ec714f971 100644 --- a/examples/SpectralMethod/Polycrystal/shearXY.yaml +++ b/examples/SpectralMethod/Polycrystal/shearXY.yaml @@ -1,7 +1,7 @@ step: - mech: - dotF: [0, 0, 0, 1e-3, 0, 0, 0, 0, 0] - P: [x, x, x, x, x, x, x, x, x] + dot_F: [0, 0, 0, 1e-3, 0, 0, 0, 0, 0] + P: [x, x, x, x, x, x, x, x, x] discretization: t: 60 N: 120 diff --git a/examples/SpectralMethod/Polycrystal/shearZX.yaml b/examples/SpectralMethod/Polycrystal/shearZX.yaml index cba4fffd5..473a82fc7 100644 --- a/examples/SpectralMethod/Polycrystal/shearZX.yaml +++ b/examples/SpectralMethod/Polycrystal/shearZX.yaml @@ -1,7 +1,7 @@ step: - mech: - dotF: [0, 0, 1e-3, 0, 0, 0, 0, 0, 0] - P: [x, x, x, x, x, x, x, x, x] + dot_F: [0, 0, 1e-3, 0, 0, 0, 0, 0, 0] + P: [x, x, x, x, x, x, x, x, x] discretization: t: 60 N: 120 diff --git a/examples/SpectralMethod/Polycrystal/tensionX.yaml b/examples/SpectralMethod/Polycrystal/tensionX.yaml index 5761b987d..5c82d0eec 100644 --- a/examples/SpectralMethod/Polycrystal/tensionX.yaml +++ b/examples/SpectralMethod/Polycrystal/tensionX.yaml @@ -1,14 +1,14 @@ step: - mech: - dotF: [1.0e-3,0,0, 0,x,0, 0,0,x] - P: [ x,x,x, x,0,x, x,x,0] + dot_F: [1.0e-3,0,0, 0,x,0, 0,0,x] + P: [ x,x,x, x,0,x, x,x,0] discretization: t: 10 N: 40 f_out: 4 - mech: - dotF: [1.0e-3,0,0, 0,x,0, 0,0,x] - P: [ x,x,x, x,0,x, x,x,0] + dot_F: [1.0e-3,0,0, 0,x,0, 0,0,x] + P: [ x,x,x, x,0,x, x,x,0] discretization: t: 60 N: 60