Thanks for the reply. Sadly my issue still remain unsolved.
This may help in compiling this particular code but lead to some other errors when I tried to run a test example for my original code. May be there are some other changes with respect to p:f:T that has to be made. Can anyone share possible relevant source where I can find the information about how p:f:t behaves different to p:d:t / dealii::triangulation when given as an input to the member functions (get_periodic_face as an example)? On Tuesday, 5 October 2021 at 13:15:28 UTC+2 Praveen C wrote: > In your check periodicity function you must replace p:f:t with > Triangulation. > > Attached code has those changes and compiles. > > best > praveen > > -- 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/e1b6cb6c-8470-4407-a696-fba532245f78n%40googlegroups.com.
