I have a complex mesh taken from 2D reconstruction of a unit cell, so the file comes as an stl. The geometry is characterized by some planar faces that bound the unit cell. I want to apply periodic boundary conditions for homogenization purposes, thus I need a periodic mesh in which at each node of a face corresponds a node on the opposite face. How can I impose this? Thanks!