Thank you. What I want is to define different materials for different meshes, not overlay effects.
For example, I have two elements, element 1 (nodes 1,2,3,4) with user element elem10.f, element 2 (node 2,5,6,3) with user element elem11.f.
In the Input file, I define as following:
MATErial,1
USER 10
parameters....
MATErial,2
USER 11
COORdinates
1,x1,y1,z1
2,...
3,...
4,...
5,...
6,....
!Blank Termination Record
ELEMents
1,0,1,1,2,3,4
ELEMents
2,0,2,2,4,5,3
Boundary conditions follow
End mesh
Would you please tell me what's going wrong with my input file?