Hi Professor Govindjee -
I tried the following statements but it did not seem to change anything so I'm clearly doing something incorrectly.
BATCh
GRAP,,2
OUTD,AIJ,1
END
I'm running this on a small test problem to try to understand what is happening. The test problem has 65 nodes with 3 dofs per node. I receive the following information:
Rank: 0, numpn: 32
Rank: 0, numnp: 38
Rank: 0, numel: 26
Rank: 0, rhs loc size: 86
Rank: 0, sol loc size: 86
Rank: 1, numpn: 33
Rank: 1, numnp: 39
Rank: 1, numel: 27
Rank: 1, rhs loc size: 99
Rank: 1, sol loc size: 99
Rank 0 contains 10 dirichlet constraints so it is clear that these dofs are not included in the solution (since numpn*ndf = 96, not 86). Is there something else I need to have in the "BATCH" block in order to tell parfeap to keep these dofs? I looked through the Parallel Manual and it only says to do exactly as you described. Does it matter that I am using FEAP 8.3?
Thank you again,
Jonathan