Dear Daniel,

Same error with your changes. I searched for subdivided in 
http://www.dealii.org/developer/doxygen/deal.II/changes_between_8_3_and_8_4.html
 
and found under specific improvements, that subdivided_parallelepiped 
produced the wrong boundary indicators. Could this be the reason, why it 
doesnt work? Perhaps I need to update the version Im running.

Best,
Joel

On Tuesday, November 1, 2016 at 5:25:44 PM UTC+1, Daniel Arndt wrote:
>
> 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.

Reply via email to