← Back to team overview

dolfin team mailing list archive

Re: Saving data in time dependent simulations

 

man, 16.06.2008 kl. 15.26 +0100, skrev Nuno David Lopes:
> What post-processor do you want to use?
> For Xd3d i have the solution.
> I don't know if there are other Post-processor that reads the files like xd3d.
> 
> I've simplified/modified the vtk format and made a raw format that i'm  
> testing.
> It's possible to save only the solutions.(much smaller files)
> The idea is exactly what you are thinking, time-dependent problems with the 
> same mesh.
> 
> Example of usage:
> File g_file("g.raw");
> g_file<<g;
> 
> I've made some tests and it seems to work fine.
> 

I'm using vtk and I'd very much like to see your code :) 

Kent




Follow ups

References