Hi Admin.
Oh, I did not do that.

It does not work with serial FEAP. I get the same message.
This means there's a problem with my 'solver' configuration, right?
I want to do 10 proportional loading steps with a time-delta of 0.1 seconds and print the von Mises stress as well as the reaction forces.
The mesh is a simple cube (tetrahedronal mesh) and serves as a testcase.
If it is not too much to ask (my hope is you immediately spot the mistake I made): What am I doing wrong?
My config (parFEAP):
! ... mesh here
END
BATCh
PROP,,1
END
2, 2
0 0 1 1
BATCh
PETSc ON ! omitted when using serial FEAP
DT,,0.1
LOOP,time,10
TIME
LOOP, newton, 100
FORM
TANGent
SOLVe
NEXT
STREss NODE
Reac, all
NEXT
END
STOP
Many thanks, you already saved me a lot of trouble.

Cheers