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:
- mech:
dot_F: [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:
dot_F: [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