v0.14.0
coarse_plastic_square_tension.jou
Go to the documentation of this file.
1 reset
2 set duplicate block elements on
3 
4 create surface rectangle width 1 height 1 zplane
5 
6 surface 1 size 0.2
7 
8 block 101 curve 3
9 block 101 name "FIX_Y"
10 block 101 attribute count 1
11 block 101 attribute index 1 0
12 
13 block 102 curve 2
14 block 102 name "FIX_X"
15 block 102 attribute count 1
16 block 102 attribute index 1 0
17 
18 block 103 curve 4
19 block 103 name "FIX_X1"
20 block 103 attribute count 1
21 block 103 attribute index 1 -0.5
22 
23 imprint surface all
24 merge surface all
25 
26 surface all scheme map
27 surface all size 0.25
28 mesh surface all
29 qtri surface all
30 
31 save as "$MOFEM_INSTALL_DIR/mofem-cephas/mofem/tutorials/adv-0/meshes/coarse_plastic_square_tension.cub" overwrite
32 
33 
34