sums command in parFEAP is not working correctly. For testing, I used a unit cube discretized with 1000 8-node brick elements, applied 0.01 tensile displacement to obtain homogeneous stress and strain. Material model is elasto-plastic with nonlinear isotropic hardening. I solve the nproc partitioned input files as
mpirun -n nproc $FEAPHOME8_5/parfeap/feap -ksp_type cg -pc_type jacobi
where solve.filename contains.
batch
tplot,,1
petsc on
tol iter 1.d-7
prop,,1
dt,,1d-2
loop,,100
time
loop,,10
tang,,1
next
pview,time
next
end
sums,3,3,1.0,1.d-4
With paraview, I can see that stress/strain results in cube are matching for all nproc cases
However, when I collect all nproc *.sums files and post-process it (with matlab) to sum up the reactions in each time step, something goes wrong. Stress vs strain for each nproc case are attached. Can you please suggest what may be wrong? Are ghost nodes messing up the total reaction?