needs to be a 2D array
This commit is contained in:
parent
f76d64d355
commit
ef4e4ec772
|
@ -5,12 +5,12 @@ solver:
|
||||||
loadstep:
|
loadstep:
|
||||||
- boundary_conditions:
|
- boundary_conditions:
|
||||||
mechanical:
|
mechanical:
|
||||||
dot_F: [x, 0, 0,
|
dot_F: [[x, 0, 0],
|
||||||
0, -1.0e-3, 0,
|
[0, -1.0e-3, 0],
|
||||||
0, 0, x]
|
[0, 0, x]]
|
||||||
P: [0, x, x,
|
P: [[0, x, x],
|
||||||
x, x, x,
|
[x, x, x],
|
||||||
x, x, 0]
|
[x, x, 0]]
|
||||||
discretization:
|
discretization:
|
||||||
t: 5
|
t: 5
|
||||||
N: 10
|
N: 10
|
||||||
|
|
|
@ -5,12 +5,12 @@ solver:
|
||||||
loadstep:
|
loadstep:
|
||||||
- boundary_conditions:
|
- boundary_conditions:
|
||||||
mechanical:
|
mechanical:
|
||||||
dot_F: [x, 0, 0,
|
dot_F: [[x, 0, 0],
|
||||||
0, 1.0e-3, 0,
|
[0, 1.0e-3, 0],
|
||||||
0, 0, x]
|
[0, 0, x]]
|
||||||
P: [0, x, x,
|
P: [[0, x, x],
|
||||||
x, x, x,
|
[x, x, x],
|
||||||
x, x, 0]
|
[x, x, 0]]
|
||||||
discretization:
|
discretization:
|
||||||
t: 20
|
t: 20
|
||||||
N: 40
|
N: 40
|
||||||
|
|
Loading…
Reference in New Issue