From: Wolfgang Bangerth <[email protected]>
To: [email protected]
Cc: Ted Kord <[email protected]>
Sent: Wed, 27 January, 2010 19:22:46
Subject: Re: [deal.II] Using the DataOutStack Class


This looks reasonable, though you appear to be writing to the same output file 
in every time step, appending in the second time step what was already there 
in the first. It may be that your VTK writer only reads the first data set, 
which corresponds to the first time step. It will of course also take unduly 
long to write the same data over and over again, and the file should become 
massive this way...

So, does moving the write_vtk call out of the loop help?

W.



Thanks Wolfgang. Solved the problem. :)

Ted


      
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to