> I am observing some strange behavior with > Parallel::distributed::triangulation<dim>::save(const * char) function. > > I make a triangulation and then move its vertices and then save it to a > file.
Yes, save () only saves the refinement information from the base mesh and nothing else (not the coarse mesh, no boundary/material changes, no vertex coordinates). Maybe we should have called it save_refinement_information() or something. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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]. For more options, visit https://groups.google.com/d/optout.
