Dear all,

I am trying to save my triangulation and using the lines below. 
'triangulation.save' commands works and saves the mesh if my domain is 
either 2D or 3D (i.e. dim=2 or 3). However, it does not save the 
triangulation if dim=1, nor it gives any error message. I will be thankful 
if someone can comment on it and give suggestions.



       std::vector<const PETScWrappers::MPI::Vector *> sol_transfer_vectors;
                       sol_transfer_vectors.push_back(&solution0);
    
        
parallel::distributed::SolutionTransfer<dim,PETScWrappers::MPI::Vector> 
sol_transfer(dof_handler);
                 sol_transfer.prepare_for_serialization 
(sol_transfer_vectors);

                  triangulation.save("restart.mesh");

Thank you,

Regards
Amaresh
 

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/1a081d39-c0b5-47c4-b58a-e227e62840c4o%40googlegroups.com.

Reply via email to