Hello, I'm sorry to bother you again.
The previous question for the timestep was due to me having problems transferring an element from ver8.5.2i to ver8.6.1j, which uses an implicit time discretization.
Attached you find a dummy element, where I added the line p(1,1) = 1d0/dt, which should simulate a time discretizing term.
As well you can find a simple input file which calls the dummy element.
The problem now is, that in 8.5 the computation continues if i issue the TIME command, whereas version 8.6 immediately breaks.
Also if add the command "write(*,*) 1/dt " ver85 outputs infinity, while ver86 breaks.
Is this a known problem to you?