42 |
T=mypde.getSolution() |
T=mypde.getSolution() |
43 |
#saveVTK("T.%d.xml"%i,temp=T) |
#saveVTK("T.%d.xml"%i,temp=T) |
44 |
|
|
45 |
dc.setData(temp=T) |
dc.setData(temp = T) |
46 |
Map(scene = s, data_collector = dc, viewport = Viewport.SOUTH_WEST, |
Map(scene = s, data_collector = dc, viewport = Viewport.SOUTH_WEST, |
47 |
lut = Lut.COLOR, cell_to_point = False, outline = True) |
lut = Lut.COLOR, cell_to_point = False, outline = True) |
48 |
s.render(image_name = "%d.jpg" % i) |
|
49 |
|
s.render(image_name = "diffusion_%2d.jpg" % i) |
50 |
|
|