follow yammlint rules

and make it readable for humans
This commit is contained in:
Martin Diehl 2020-10-21 20:48:42 +02:00
parent 4c0fa69dae
commit c7040ff22c
1 changed files with 14 additions and 4 deletions

View File

@ -1,14 +1,24 @@
---
step: step:
- mech: - mech:
dot_F: [1.0e-3,0,0, 0,x,0, 0,0,x] dot_F: [1.0e-3, 0, 0,
P: [ x,x,x, x,0,x, x,x,0] 0, x, 0,
0, 0, x]
P: [x, x, x,
x, 0, x,
x, x, 0]
discretization: discretization:
t: 10 t: 10
N: 40 N: 40
f_out: 4 f_out: 4
- mech: - mech:
dot_F: [1.0e-3,0,0, 0,x,0, 0,0,x] dot_F: [1.0e-3, 0, 0,
P: [ x,x,x, x,0,x, x,x,0] 0, x, 0,
0, 0, x]
P: [x, x, x,
x, 0, x,
x, x, 0]
discretization: discretization:
t: 60 t: 60
N: 60 N: 60