Dear Prof. Govindjee,
thanks a lot for your reply. I checked the dyna08.f and you are right, the central difference option didn't build the first order ODE. If I want to apply the explicit method to solve both 1st and 2nd order ODE, could I use the PARTITION provided by FEAP? The commands maybe look like below,
PARTitions
1 1 1 0
0 0 0 1
BATCH
PART,,1
TRAN, CENT
...
PART,,2
TRAN GEN1 0
So the heat equation and mechanical euqations could be slove simultaneously at each time step, right?