Joel, I don't get any errors running a recent developer version. Try to replace the deprecated version of DoFTools::make_periodicity_constraints! Exemplarily, this would be
std::vector<GridTools::PeriodicFacePair< typename DoFHandler<dim>::cell_iterator > > periodic_faces; GridTools::collect_periodic_faces(dof_handler,0,1,0,periodic_faces,offset); DoFTools::make_periodicity_constraints<DoFHandler<dim> > (periodic_faces, constraints); for the first occurrence in your code. Does this help? Best, Daniel > > -- 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 dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.