> After finished my FSI solver i forgot to check one important thing,
> being able to read solution data in order to restart aborted
> calculation. The DataOut class handles output, but how to handle the
> reading solution vectors, i want to avoid detailed study of the format
> of the file so i am asking

DataOut is meant to convert solution vectors into a graphical 
representation, not to just dump data that can later be re-read again.


> Q: Is there any convient way to save and read the solution vector from a
>    run, like displacement and velocity of each grid.

As mentioned, Vector::block_read/write is your friend. If you want to write 
out a Triangulation, take a look at the PersistentTriangulation class.

W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/


_______________________________________________

Reply via email to