Comment 2 for bug 921679

Revision history for this message
Anders E. Johansen (andersej) wrote :

I think the HHT time stepping scheme is broken, and has been for a while.

def time_stepping(self):
    return "CG1"

will make the programs run until the problem with HHT is solved.

Anders