Hello!
I would like to use parfeap with a user element with 15 degrees of freedom (per node) and encounter problems. I guess it's because of the input files, which are generated with parfeap/metis.
Note: With the serial version of Feap the simulation runs.
Below you will find some examples.
The Input-File Iexample with:
MATErial,45
USER,10, 45,1,2,3,4,5,6,7,8,9,10,11,12 ! Continued in next line
13,14,15
[... some constants...]
[...]
batch
OPTI
INITial,disp
end
[...]
XXX 0 0.0 0.0 300 0.6 0 0 0 0 0 0 0 0 0 0 ! Continued in next line
0
[...]
gives the Input-File Iexample_0001 with:
13,14,15
MATErial 45
user 10 13 14 15 0 0 0 0 0 0 0 0 0 0 0
0 0
[... some constants...]
[...]
BATCh ! Initial conditions
INITial DISPlacement
END BATCH ! Initial conditions
[...]
XXX 0 0.00000000E+00 0.00000000E+00 3.00000000E+02 6.00000000E-01 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00
0 0 0.00000000E+00 0.00000000E+00 0.00000000E+00
[...]
If I manually change the commands into the form of Iexample the parallel simulation works fine.
Is it correct that for a proper parallel simulation the number of degrees of freedom per node is limited?