Thank you a lot for your explanation.
At this step, my code works when i take a hexadrea mesh but when I try to use a tetrahedra mesh, it doesn't work. Indeed I have a core dumped message.
Anyone can help me? Please to find the associated code:
feap * * 3-d block for contact test 1/24/2013
0 0 0 3 3 4
para
ee = 1000.0
nu = 0.2
material 1
solid
elastic isotropic ee nu
material 2
solid
elastic isotropic ee*1000. nu
parameter
L = 2*9.6
a = 9.6
b1= -(L-9.6)/2
b2= (L+9.6)/2
n = 5
block
cart n n n, , ,1,11
1 0 0 0
2 a 0 0
3 a a 0
4 0 a 0
5 0 0 a/2
6 a 0 a/2
7 a a a/2
8 0 a a/2
block
cart 2*n 2*n 2*n, , ,2,11
1 b1 b1 -5.0
2 b2 b1 -5.0
3 b2 b2 -5.0
4 b1 b2 -5.0
5 b1 b1 0.0
6 b2 b1 0.0
7 b2 b2 0.0
8 b1 b2 0.0
ebou
3 -5.0 1 1 1
3 a/2 1 1 1
edis
3 a/2 0 0 -0.1
end
contact
surface 1
tria
block segment
1 0.0 0.0 0.0
2 a 0.0 0.0
3 a a 0.0
4 0.0 a 0.0
surface 2
tria
block segment
1 b1 b1 0.0
2 b1 b2 0.0
3 b2 b2 0.0
4 b2 b1 0.0
pair,1
ntos 1 2
solm,lagm
end,contact
batch
loop,contact,10
contact,check
loop,newton,10
tang,,1
next,newton
next,contact
end
inter
batch
plot,postscript
plot,pers
plot,hide
plot,axis
plot,cont,3
plot,postscript
end
inter
stop