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