should not be part of the repo

This commit is contained in:
Martin Diehl 2021-06-30 17:56:40 +02:00
parent 3f9d2c6c99
commit 0fadcac1d8
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
solver: {mechanical: spectral_basic}
loadstep:
- boundary_conditions:
mechanical:
P:
- [x, x, x]
- [x, 0, x]
- [x, x, 0]
dot_F:
- [0.001, 0, 0]
- [0, x, 0]
- [0, 0, x]
discretization: {t: 10.0, N: 40}
f_out: 4
- boundary_conditions:
mechanical:
dot_P:
- [0, x, x]
- [x, x, x]
- [x, x, x]
dot_F:
- [x, 0, 0]
- [0, 0, 0]
- [0, 0, 0]
discretization: {t: 10.0, N: 20}
- boundary_conditions:
mechanical:
P:
- [0, x, x]
- [x, 0, x]
- [x, x, 0]
dot_F:
- [x, 0, 0]
- [0, x, 0]
- [0, 0, x]
discretization: {t: 10.0, N: 20}