> When we use the adaptive mesh refinement, could we pause the deal.II > code and start again later with the solution can be imported into the > code?
This is not a trivial thing. You will either have to save a lot of information or write a significant amount of code to restore things. If you want this capability, the PersistentTriangulation and the Vector::block_read/write functions discussed this morning are your friends. There currently is no support in the library to save the entire state of the program and restore it automatically, primarily because the library has no clue how you use its components in your program. You'll have to do this by hand in your own application code. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________
