Thanks for fixing the euler angles in the flat file. I tested it and it is working.
Regarding the problem with the parallel solution: Yes I have 4 dofs (1-3 displacement and 4 electric potential), but when testing with parfeap I use the partition command and solve only for the displacement dofs. I also tested now having only 3 dofs by changing my user element and input file respectively, but the parallel simulation still terminates prematurely. It seems that the 4th dof is not the problem.
I also have history variables (non-zero values for nh1, nh2, and nh3). The time-dependent history variables are only neccessary for the calculation of the 4th dof, so I tested with nh1 = nh2 = 0, but again, the parallel simulation terminates.
I have fibre orientation saved in an external file which is read in the initialization phase of feap and saved in the history variables of nh3, which I need for my anisotropic material model. At first I assumed that these might cause a problem when partitioning for parallel execution, but it also does not work for NPROC = 1 partition so this can not be the problem.
I use a pressure of -0.13 kPa at the internal surface to inflate the object, starting from the beginning of the simulation. The pressure is reached after 440 time steps and is then held constant. The first 100 time steps are discretised with increments of 0.002 s and the next 350 time steps with increments of 0.005 s. The serial execution works without problems. For the parallel execution, after 164 time steps I can see the NO CONVERGENCE Warning message in the output file for every following time step, because the iterations reach the maximum number of 30 iterations, and after nearly 200 time steps the simulation terminates. But the displacements are similar for serial and parallel solution up to this point.