Hi,
This may help in solving the problem for this particular example but for my main code, as I said I want to work with p:f:t triangulation for efficiently working with large meshes. Is that we can't use p:f:t in member functions like collect_periodic_faces and have to use dealii::Triangulation only? Also, as I mentioned earlier, if I use p:d:t triangulation otherwise, it doesn't throw any error, but p:f:t does which is quite a concern for me.
As I am a new user of dealii and still a learner, kindly correct me if I am interpreting the things wrongly.
Regards.