Dear Feap team,
I have a geometry consisting 3d-tetrahedral elements.
And I analyze the structure with "elmt01" which consider 3d-tetrahedral element (ndf=4, coupled), (nel=4). The elmt01 has 3 time-dependent history variable and 5 time-independent history variable. It's okay, it works.
Now I am trying to adopt surface triangular elements into the existing geometry with "elmt02" where I'd like to have several history variables.
So I defined several elements in the input file, for example,
Elements
1 0 1 1 2 3 4
...
n 0 2 1 2 3 (the lines I added additionally for the surface elements)
...
And I tried to, for example, write
[isw = 1]
nh1 = 1
nh2 = nh1
nh3 = 1
then it give error no matter the number of history variables.
I have no idea , the reason why the error comes. (and the "nst" is automatically set to 16 in "elmt02". I think nst should be 12.)
Could I get some hints?
Thanks in advance.