now I managed get parFEAP out for Paraview. It works perfect for serial FEAP using PVIE command but the command PVIE,time doesn't work.
Then I tried it for parFEAP using PVIE command but the command PVIE,time doesn't work there also. parFEAP using PVIE writes one .vtu files for each time step but it is not written well. NumberOfPoints and NumberOfCells are not correct and much less than it should be. When i try to open pv.pvd file in paraview, it gives lot of errors.
The batch file i use is as follows
nopr
usol,pard,1,0,6
PVIE
auto,time,4,7,500
dt,,1e-4
auto,dt,1e-10,1e-0
loop,,10000
loop,1
time
loop,,10
tang,,1
next
save
plot,hide
plot,stre,24,,1
plot,hide
next
PVIE
next
Please guide me to go further.