Hello,
i've tried everything but can't get the loop command to work. Here's my input file to duplicate a simple 2x2 square mesh (similar to the example in the manual).
feap
0 0 0 2 2 4
para
a=0
ma=1
loop,2
block
cart 2 2 0 0 ma
1 a 0
2 2+a 0
3 2+a 2
4 a 2
parameter
ma=ma+1
a=a+2
next
mate 1
solid
elastic isotropic 1000 0.25
mate 2
solid
elastic isotropic 2000 0.25
end
batch
plot,mesh
end
inte
stop
Please let me know what i am doing wrong