afterframe.py.html clawcode2html   
 Source file:   afterframe.py
 Directory:   /home/rjl/www/pubs/cise08/cise08levequeV2
 Converted:   Wed Jul 2 2008 at 13:40:43
 This documentation file will not reflect any later changes in the source file.

hold(True)
axis('equal')
title('time = %8.5f' % t)
hold(False)


plottrue = False
if plottrue:
    file = open('addto_errortable.py','r')
    exec(file)
    file.close()

    hold(True)
    qq = qtrue(X_center,Y_center,clawframe.t)
    print 'shapes: '
    print X_center.shape
    print Y_center.shape
    print q.shape
    print qq.shape
    contour(X_center, Y_center, transpose(q), contour_levels, colors='k')
    contour(X_center, Y_center, qq, contour_levels, colors='r')
    hold(False)