Dear all,
I want to implement a staggered scheme for the coupled problems. I can implement a staggered scheme using the PART command in serial FEAP. But Not able to use it during parallel one. What changes are to be made to run parallel? Below is my solve.sta code but it does not seem to work.
Any suggestion will be helpful!
BATCh
PETSc ON
END
PARTitions
1 1 0
0 0 1
BATCH
DT,,1
prop,,1
END
BATCH
TOL,,1e-3, 1e-3
LOOP,,1000
TIME
PART,,1
LOOP,,1000 !
TANG,,1 !
NEXT !
plot,reac
reac,file
PART,,2
LOOP,,1000 !
TANG,,1 !
NEXT !
PLOT,WIPE
PLOT CONT 3 ! Temperature contours
NEXT
END