should not be part of the repo
This commit is contained in:
parent
3f9d2c6c99
commit
0fadcac1d8
|
@ -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}
|
Loading…
Reference in New Issue